Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m1s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m1s
* develop: fix url api server dev
This commit is contained in:
commit
ecfbd30864
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export const apiUrlConfig = import.meta.env.VITE_API_URI_CONFIG
|
||||||
const config = ref<any>({
|
const config = ref<any>({
|
||||||
development: {
|
development: {
|
||||||
// API_URI: "https://localhost:7260/api",
|
// API_URI: "https://localhost:7260/api",
|
||||||
API_URI: 'https://bma-ehr.frappet.synology.me/api/v1',
|
API_URI: 'https://hrmsbkk.case-collection.com/api/v1',
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
API_URI: 'http://localhost:5010/api/v1',
|
API_URI: 'http://localhost:5010/api/v1',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue