แก้ api backup

This commit is contained in:
Net 2024-07-11 11:35:12 +07:00
parent fecb78e5c5
commit a6b9a309f4

View file

@ -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,