tbmcplugins.github.io/include.js
2018-05-28 18:25:12 +02:00

3 lines
135 B
JavaScript

const domain = window.location.hostname !== "localhost" ? "server.figytuna.com" : "localhost:8080";
console.log("Backend: " + domain);