Files
release11-tools/Frontend/assets/scripts/dyn_host.js
2023-03-15 13:26:37 +01:00

6 lines
194 B
JavaScript

$(document).ready( function() {
document.getElementById("rest-mock").href =
window.location.protocol + "//" + window.location.hostname + ":8097";
console.log("DONE")
});