แก้ api backup
This commit is contained in:
parent
fecb78e5c5
commit
a6b9a309f4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import env from "../index";
|
import env from "../index";
|
||||||
|
|
||||||
const backup = `http://192.168.1.90:20007/api/v1/backup`;
|
const backup = `${env.API_LOG}/backup`;
|
||||||
const restore = `http://192.168.1.90:20007/api/v1/backup/restore`;
|
const restore = `${env.API_LOG}/backup/restore`;
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
backup,
|
backup,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue