แก้ path api
This commit is contained in:
parent
ebd6c72558
commit
34d9066272
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ 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://bma-ehr.frappet.synology.me/api/v1',
|
||||
API_METADATA_URI: 'https://bma-ehr.frappet.synology.me/api/v1/metadata',
|
||||
MEET_URI: 'meet.frappet.com'
|
||||
},
|
||||
|
|
@ -19,7 +19,7 @@ const config = ref<any>({
|
|||
},
|
||||
production: {
|
||||
// API_URI: "https://localhost:5010",
|
||||
API_URI: `${window.location.protocol}//${window.location.host}/api/v1`,
|
||||
API_URI: 'https://bma-ehr.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