privateuserh commited on
Commit
c32c896
·
verified ·
1 Parent(s): b366eeb

Update scripts/ui.js

Browse files
Files changed (1) hide show
  1. 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://YOUR-WORKER-URL/recommendations');
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