privateuserh commited on
Commit
0591a8b
·
verified ·
1 Parent(s): 6643468

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -405,7 +405,7 @@
405
  // JavaScript for Capital Account Functionality
406
 
407
  // ▼▼▼▼▼ CRITICAL STEP: CONFIGURE YOUR WORKER URL ▼▼▼▼▼
408
- const WORKER_URL="YOUR_WORKER_URL_HERE";
409
  // ▲▲▲▲▲ CRITICAL STEP: CONFIGURE YOUR WORKER URL ▲▲▲▲▲
410
 
411
  const entryModal = document.getElementById('entryModal');
 
405
  // JavaScript for Capital Account Functionality
406
 
407
  // ▼▼▼▼▼ CRITICAL STEP: CONFIGURE YOUR WORKER URL ▼▼▼▼▼
408
+ const WORKER_URL="https://partnership-ledger-api.aiagents.workers.dev/";
409
  // ▲▲▲▲▲ CRITICAL STEP: CONFIGURE YOUR WORKER URL ▲▲▲▲▲
410
 
411
  const entryModal = document.getElementById('entryModal');