From: Carl Worth Date: Sun, 3 May 2020 17:14:19 +0000 (-0700) Subject: Move API endppoint to have an /api suffix X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=ce0d14d58ea18f78a9cec1fd6a115fb692894205 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 /. --- 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";