This commit is contained in:
Warunee Tamkoo 2023-12-23 21:55:00 +07:00
parent 88cf85713f
commit 20b4d9e398

View file

@ -17,7 +17,7 @@ const config = ref<any>({
},
production: {
// API_URI: "https://localhost:5010",
API_URI: apiUrlConfig,
API_URI: 'https://bma-ehr.frappet.synology.me/api/v1/evaluation',
},
})