เพิ่ม api backUp

This commit is contained in:
Net 2024-07-10 17:42:43 +07:00
parent 2765d745f4
commit 3ad75ba890

View 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,
};