Browse Source

fix ip

pull/635/head
lumapu 2 years ago
parent
commit
f78e417a94
  1. 2
      src/web/html/setup.html

2
src/web/html/setup.html

@ -596,7 +596,7 @@
hiddenInput = document.getElementById("disclaimer") hiddenInput = document.getElementById("disclaimer")
hiddenInput.value = sessionStorage.getItem("gDisclaimer"); hiddenInput.value = sessionStorage.getItem("gDisclaimer");
getAjax("http://10.20.3.44/api/setup", parse); getAjax("/api/setup", parse);
</script> </script>
</body> </body>

Loading…
Cancel
Save