cduss commited on
Commit
058ffe0
·
1 Parent(s): c443a6b
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -88,7 +88,7 @@
88
 
89
  <script>
90
  // const API_BASE = "https://192.168.1.96:8000/api"; // change to LAN IP if needed
91
- const API_BASE = "http://localhost/api"; // change to LAN IP if needed
92
  const out = document.getElementById("output");
93
 
94
  async function getStatus() {
 
88
 
89
  <script>
90
  // const API_BASE = "https://192.168.1.96:8000/api"; // change to LAN IP if needed
91
+ const API_BASE = "http://localhost:8000/api"; // change to LAN IP if needed
92
  const out = document.getElementById("output");
93
 
94
  async function getStatus() {