privateuserh commited on
Commit
43663e0
·
verified ·
1 Parent(s): 17fce8c

Update index.html

Browse files
Files changed (1) hide show
  1. 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,