fix list operate

This commit is contained in:
Warunee Tamkoo 2026-02-09 17:43:09 +07:00
parent 7136ac966c
commit c55780914c
2 changed files with 9 additions and 7 deletions

View file

@ -37,7 +37,7 @@ const config = ref<any>({
API_REPORT2_URI: "https://hrmsbkk.case-collection.com/api/v2",
LINK_EVALUATE_PUBLISH: "https://bma-ehr-publish.frappet.synology.me",
API_REPORT_TEMPLATE_URI:
"https://report-server.frappet.synology.me/api/v1/report-template",
"https://hrmsbkk.case-collection.com/api/v1/report-template",
API_SUPPORT_URI: "https://hrmsbkk.case-collection.com/api/v1/support",
DASHBOARD_URL: dashboardPanelUrl,
},