Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -870,7 +870,8 @@
|
|
870 |
// *** ADD THESE LINES FOR THE WORKER URL AND DATA PREPARATION ***
|
871 |
// Replace 'YOUR_CLOUDFLARE_WORKER_URL' with the actual URL of your deployed Cloudflare Worker
|
872 |
// e.g., 'https://century-city-remic-api.your-subdomain.workers.dev/submit-offer'
|
873 |
-
const workerUrl = 'https://century-city-remic-api.aiagents.workers.dev/';
|
|
|
874 |
|
875 |
const offerData = {
|
876 |
tranche: tranche,
|
|
|
870 |
// *** ADD THESE LINES FOR THE WORKER URL AND DATA PREPARATION ***
|
871 |
// Replace 'YOUR_CLOUDFLARE_WORKER_URL' with the actual URL of your deployed Cloudflare Worker
|
872 |
// e.g., 'https://century-city-remic-api.your-subdomain.workers.dev/submit-offer'
|
873 |
+
const workerUrl = 'https://century-city-remic-api.aiagents.workers.dev/';
|
874 |
+
const workerUrl = 'https://century-city-remic-api.your-subdomain.workers.dev/submit-offer';
|
875 |
|
876 |
const offerData = {
|
877 |
tranche: tranche,
|