2021/12/15 11:49
parent
3810b0cf30
commit
747daab4cb
|
@ -1,6 +1,6 @@
|
||||||
//Switch Classes Function
|
//Switch Classes Function
|
||||||
function getAPI(){
|
function getAPI(){
|
||||||
// return "http://127.0.0.1:8000/";
|
//return "http://127.0.0.1:8000/";
|
||||||
// to avoid CORS issue, use Nginx to proxy myems-api to path /api with the same ip and port as myems-web
|
// to avoid CORS issue, use Nginx to proxy myems-api to path /api with the same ip and port as myems-web
|
||||||
return window.location.protocol+"//"+window.location.hostname+":"+window.location.port+"/api/";
|
return window.location.protocol+"//"+window.location.hostname+":"+window.location.port+"/api/";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue