สมัครสอบตามตำแหน่ง
This commit is contained in:
parent
24b6365afe
commit
cce5f7adfd
6 changed files with 121 additions and 87 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue