From bf79fc760971ebd8f6ed4cd8a3de964d0a727dd2 Mon Sep 17 00:00:00 2001 From: SeoJHeasdw Date: Thu, 19 Jun 2025 16:54:06 +0900 Subject: [PATCH] recommend --- public/runtime-env.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/runtime-env.js b/public/runtime-env.js index 61dad8f..d1062c6 100644 --- a/public/runtime-env.js +++ b/public/runtime-env.js @@ -52,9 +52,9 @@ window.__runtime_config__ = { 'http://localhost:8083/api/content', RECOMMEND_URL: isProduction() ? - `${baseUrl}/api/recommend` : + `${baseUrl}/api/recommendations` : 'http://localhost:8084/api/recommendations', - + // Gateway URL GATEWAY_URL: isProduction() ? baseUrl : 'http://20.1.2.3',