diff --git a/src/services/analyze.service.ts b/src/services/analyze.service.ts index 58265c2..a3ef6f4 100644 --- a/src/services/analyze.service.ts +++ b/src/services/analyze.service.ts @@ -70,7 +70,7 @@ export const getAIRecommendation = async ( options?: { signal?: AbortSignal }, ): Promise => { console.log("Fetching to FastAPI..."); - const aiRes = await fetch("http://localhost:8000/recommend", { + const aiRes = await fetch("https://citot123-tokped-scraper.hf.space/recommend", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify(payload),