This commit is contained in:
Warunee Tamkoo 2024-12-17 18:12:45 +07:00
parent 14abaf35e2
commit f60897d87c

View file

@ -12,7 +12,7 @@ const config = ref<any>({
development: {
// API_URI: "https://localhost:7260/api",
API_URI: "https://bma-ehr.frappet.synology.me/api/v1",
API_SSO: "https://localhost:3001",
API_SSO: "https://localhost:3001/api/v1",
},
test: {
API_URI: "http://localhost:5010/api/v1",