X-Git-Url: https://git.cworth.org/git?p=empires-html;a=blobdiff_plain;f=empires-client.js;h=511527b216151a47955afc314b223703ad4dd56e;hp=c460bcdbf40eee7f841759ae1a4c995030dc4c07;hb=7324367e0d32f5ddbca9deb28927d7327d7aa06d;hpb=4e97bfa79f3b332de1ead30d0eb633534f9ea91a 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";