สมัครสอบตามตำแหน่ง

This commit is contained in:
Kittapath 2023-04-06 03:05:54 +07:00
parent 24b6365afe
commit cce5f7adfd
6 changed files with 121 additions and 87 deletions

View file

@ -8,8 +8,8 @@ const env = ref<string>(process.env.NODE_ENV || 'development')
const config = ref<any>({
development: {
/* API_URI: 'https://localhost:7007/api/v1', */
API_URI: "https://bma-ehr-exam.frappet.synology.me/api/v1",
API_URI: 'https://localhost:7007/api/v1',
// API_URI: "https://bma-ehr-exam.frappet.synology.me/api/v1",
MEET_URI: 'meet.frappet.com'
},
test: {