tbmcplugins.github.io/include.js

3 lines
135 B
JavaScript
Raw Normal View History

2018-05-28 16:25:12 +00:00
const domain = window.location.hostname !== "localhost" ? "server.figytuna.com" : "localhost:8080";
2017-06-19 07:44:14 +00:00
console.log("Backend: " + domain);