put the default API path under the current directory
This commit is contained in:
parent
0fc3787432
commit
d36b12ddfa
|
|
@ -3,7 +3,7 @@
|
||||||
// Use the full URL to access production data from clients hosted on other servers.
|
// Use the full URL to access production data from clients hosted on other servers.
|
||||||
//const API_BASE = `https://pacosako.jessemcdonald.info/api`;
|
//const API_BASE = `https://pacosako.jessemcdonald.info/api`;
|
||||||
|
|
||||||
const API_BASE = `/api`;
|
const API_BASE = `api`;
|
||||||
|
|
||||||
const SHORT_TIMEOUT = 5000/*ms*/;
|
const SHORT_TIMEOUT = 5000/*ms*/;
|
||||||
const LONG_TIMEOUT = 90000/*ms*/;
|
const LONG_TIMEOUT = 90000/*ms*/;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue