From ce0d14d58ea18f78a9cec1fd6a115fb692894205 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 3 May 2020 10:14:19 -0700 Subject: [PATCH] Move API endppoint to have an /api suffix We moved this on the server to create room for some non-API content to be served from /. --- empires/empires-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/empires/empires-client.js b/empires/empires-client.js index c460bcd..511527b 100644 --- a/empires/empires-client.js +++ b/empires/empires-client.js @@ -1,4 +1,4 @@ -const API = "https://families.cworth.org/"; +const API = "https://families.cworth.org/api/"; function undisplay(element) { element.style.display="none"; -- 2.43.0