From 964e1a10e4dae9c08bd05dfa7f6ec6c93ef57cb7 Mon Sep 17 00:00:00 2001 From: Mahen Date: Mon, 13 Apr 2026 12:46:03 +0700 Subject: [PATCH] refactor: change the recommend path --- src/utils/const.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";