set path api server

This commit is contained in:
Kittapath 2023-03-29 20:44:11 +07:00
parent c299af578f
commit 3960b9d388
3 changed files with 43 additions and 38 deletions

View file

@ -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'
}
})