privateuserh commited on
Commit
aed878c
·
verified ·
1 Parent(s): 19a78b2

Update scripts/ui.js

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