privateuserh commited on
Commit
924c40e
·
verified ·
1 Parent(s): 3d94bef

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // Set the base URL for your deployed Cloudflare Worker API
4
  // *** IMPORTANT: REPLACE THIS WITH THE ACTUAL URL OF YOUR DEPLOYED CLOUDFLARE WORKER ***
5
- const CLOUDFLARE_WORKER_API_BASE_URL = 'https://dmim-worker-backend.<your-subdomain>.workers.dev';
6
 
7
  // Global state, will be populated by fetch calls
8
  let allTrends = [];
 
2
 
3
  // Set the base URL for your deployed Cloudflare Worker API
4
  // *** IMPORTANT: REPLACE THIS WITH THE ACTUAL URL OF YOUR DEPLOYED CLOUDFLARE WORKER ***
5
+ const CLOUDFLARE_WORKER_API_BASE_URL = 'https://dmimapiworker.dmimx.workers.dev';
6
 
7
  // Global state, will be populated by fetch calls
8
  let allTrends = [];