แก้ส่งข้อมูลรายงานลงเวลา

This commit is contained in:
Warunee Tamkoo 2023-12-23 17:27:29 +07:00
parent 86ba9053a7
commit 63a65cda86
2 changed files with 6 additions and 2 deletions

View file

@ -53,7 +53,7 @@ const config = ref<any>({
API_RETIREMENT_URI: `${window.location.protocol}//${window.location.host}/api/v1`,
API_PROBATION_URI: `${window.location.protocol}//${window.location.host}/api/v1/probation`,
API_REPORT2_URI: `${window.location.protocol}//${window.location.host}/api/v2`,
LINK_EVALUATE_PUBLISH: `${window.location.protocol}//${window.location.host}`,
LINK_EVALUATE_PUBLISH: "https://bma-ehr-publish.frappet.synology.me",
},
});