Spaces:
Running
Running
Update index.html
Browse files- 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="
|
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');
|