diff --git a/js/pacosako_io.js b/js/pacosako_io.js index 65dc02c..f530e7e 100644 --- a/js/pacosako_io.js +++ b/js/pacosako_io.js @@ -3,7 +3,7 @@ // 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 = `/api`; +const API_BASE = `api`; const SHORT_TIMEOUT = 5000/*ms*/; const LONG_TIMEOUT = 90000/*ms*/;