Browse Source

api server is now the live server

master
Cerys 4 weeks ago
parent
commit
d67a0a1fd1
  1. 2
      Public/Static/JS/General/APIInteractions.js

2
Public/Static/JS/General/APIInteractions.js

@ -1,6 +1,6 @@
const API_SERVER = "http://localhost:1234/API";
const API_SERVER = "https://ceilidhkit.com/API";
async function API_GET(target) {

Loading…
Cancel
Save