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=empires-html;a=commitdiff_plain;h=7324367e0d32f5ddbca9deb28927d7327d7aa06d 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-client.js b/empires-client.js index c460bcd..511527b 100644 --- a/empires-client.js +++ b/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";