put the default API path under the current directory

This commit is contained in:
Jesse D. McDonald 2020-05-02 18:10:35 -05:00
parent 0fc3787432
commit d36b12ddfa
1 changed files with 1 additions and 1 deletions

View File

@ -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*/;