เพิ่ม api backUp
This commit is contained in:
parent
2765d745f4
commit
3ad75ba890
1 changed files with 9 additions and 0 deletions
9
src/api/04_system/api.backup.ts
Normal file
9
src/api/04_system/api.backup.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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`;
|
||||
|
||||
export default {
|
||||
backup,
|
||||
restore,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue