set path api server
This commit is contained in:
parent
c299af578f
commit
3960b9d388
3 changed files with 43 additions and 38 deletions
|
|
@ -18,7 +18,7 @@ const config = ref<any>({
|
|||
},
|
||||
production: {
|
||||
// API_URI: "https://localhost:5010",
|
||||
API_URI: `${window.location.protocol}//api-${window.location.host}/api/v1`,
|
||||
API_URI: `${window.location.protocol}//${window.location.host}/api/v1`,
|
||||
MEET_URI: 'meet.frappet.com'
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue