diff --git a/src/utils/const.ts b/src/utils/const.ts index eb9dfd6..864d0f5 100644 --- a/src/utils/const.ts +++ b/src/utils/const.ts @@ -80,7 +80,8 @@ const reviewDatas = [ ]; const scrapePath = "/api/scrape"; -const backendUrl = process.env.BACKEND_URL || "http://localhost:8000"; +// const backendUrl = process.env.BACKEND_URL || "http://localhost:8000"; +const backendUrl = process.env.BACKEND_URL; const aiRecommendPath = `${backendUrl}/recommend`; const userMetricPath = "/api/user-metric"; const profilePath = "/api/profile";