Spaces:
Running
Running
Update script.js
Browse files
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://
|
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 = [];
|