From d36b12ddfa13f0e13acd3afd693253c75e8c2764 Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Sat, 2 May 2020 18:10:35 -0500 Subject: [PATCH] put the default API path under the current directory --- js/pacosako_io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/;