เพิ่ม api log

This commit is contained in:
oat_dev 2024-07-11 11:38:33 +07:00
parent a6b9a309f4
commit b4b64a1267
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import env from "../index";
const log = `https://bma-ehr-admin.frappet.synology.me/api/v1/log`;
// const log = `${env.API_URI}/log`;
export default {
log,
};