privateuserh commited on
Commit
17fce8c
·
verified ·
1 Parent(s): 7ea0774

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -870,7 +870,7 @@
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 = 'YOUR_CLOUDFLARE_WORKER_URL/submit-offer';
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
 
875
  const offerData = {
876
  tranche: tranche,