NOT-OMEGA commited on
Commit
1ac590d
Β·
verified Β·
1 Parent(s): 28073f6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -288,7 +288,7 @@ canvas#spark { width:100%; height:50px; display:block; border-radius:6px; }
288
  // ─────────────────────────────────────────
289
  // State
290
  // ─────────────────────────────────────────
291
- const API = 'http://localhost:8000';
292
  let sessId = crypto.randomUUID();
293
  let busy = false;
294
  let turnCount = 0;
 
288
  // ─────────────────────────────────────────
289
  // State
290
  // ─────────────────────────────────────────
291
+ const API = '';
292
  let sessId = crypto.randomUUID();
293
  let busy = false;
294
  let turnCount = 0;