แก้ 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";
|
||||
|
||||
const backup = `http://192.168.1.90:20007/api/v1/backup`;
|
||||
const restore = `http://192.168.1.90:20007/api/v1/backup/restore`;
|
||||
const backup = `${env.API_LOG}/backup`;
|
||||
const restore = `${env.API_LOG}/backup/restore`;
|
||||
|
||||
export default {
|
||||
backup,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue