diff --git a/src/api/index.ts b/src/api/index.ts index 0f25ab56..71d6b1f9 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -37,7 +37,7 @@ const config = ref({ MEET_URI: "meet.frappet.com", API_REPORT2_URI: `${window.location.protocol}//${window.location.host}/api/v2`, API_REPORT_TEMPLATE_URI: "https://report-server.frappet.synology.me/api/v1/report-template", - API_LOG:"https://bma-ehr-admin.frappet.synology.me/api/v1/backup" + API_LOG:"https://bma-ehr-admin.frappet.synology.me/api/v1" }, })