ปุ่มปิดให้คะแนน
This commit is contained in:
parent
d052184c12
commit
ebd6c72558
2 changed files with 4 additions and 4 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',
|
||||
API_METADATA_URI: 'https://bma-ehr.frappet.synology.me/api/v1/metadata',
|
||||
MEET_URI: 'meet.frappet.com'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue