From 5c8d213252e72998320cf89c1baca6bfe72e05c0 Mon Sep 17 00:00:00 2001 From: sijanec Date: Mon, 18 Jan 2021 10:03:30 +0100 Subject: replaces gimsis/gse/ to gimsis/ --- assets/js/gsec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/js/gsec.js b/assets/js/gsec.js index 73e8fd2..3dcde88 100644 --- a/assets/js/gsec.js +++ b/assets/js/gsec.js @@ -18,7 +18,7 @@ function slDayToInt(inputString) { // wtf return fourCharDays.indexOf(fourChars); } -const GSE_URL = "https://zgimsis.gimb.tk/gse/"; +const GSE_URL = "https://zgimsis.gimb.tk/"; /* sheer fucking luck I didn't put /gse/ as part of every API method URL */ const GSEC_ERR_NET = "GSEC NETWORK ERROR (ajax error)"; const GSEC_ERR_NET_POSTBACK_GET = "GSEC NETWORK ERROR (ajax error) in postback GET" const GSEC_ERR_NET_POSTBACK_POST = "GSEC NETWORK ERROR (ajax error) in postback POST" -- cgit v1.2.3