Spaces:
Running
Running
Update scripts/ui.js
Browse files- scripts/ui.js +1 -1
scripts/ui.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
// scripts/ui.js -- Corrected and Final Version
|
2 |
|
3 |
// --- Configuration ---
|
4 |
-
const BACKEND_URL = 'https://streamai-backend-v2.smplushypermedia.workers.dev';
|
5 |
|
6 |
// --- Helper Functions ---
|
7 |
const getElement = (id) => document.getElementById(id);
|
|
|
1 |
// scripts/ui.js -- Corrected and Final Version
|
2 |
|
3 |
// --- Configuration ---
|
4 |
+
const BACKEND_URL = 'https://streamai-backend-v2.smplushypermedia.workers.dev/api/recommendations';
|
5 |
|
6 |
// --- Helper Functions ---
|
7 |
const getElement = (id) => document.getElementById(id);
|