Spaces:
Running
Running
Update scripts/ui.js
Browse files- scripts/ui.js +1 -1
scripts/ui.js
CHANGED
|
@@ -5,7 +5,7 @@ async function loadRecommendations() {
|
|
| 5 |
if (!container) return;
|
| 6 |
|
| 7 |
try {
|
| 8 |
-
const response = await fetch('https://
|
| 9 |
const listings = await response.json();
|
| 10 |
|
| 11 |
container.innerHTML = ''; // Clear previous listings
|
|
|
|
| 5 |
if (!container) return;
|
| 6 |
|
| 7 |
try {
|
| 8 |
+
const response = await fetch('https://stream-ai-backend.smplushypermedia.workers.dev/api/recommendations');
|
| 9 |
const listings = await response.json();
|
| 10 |
|
| 11 |
container.innerHTML = ''; // Clear previous listings
|