Merge pull request #2 from won-ktds/front

recommend
This commit is contained in:
junyoung-leee
2025-06-19 16:55:05 +09:00
committed by GitHub
+2 -2
View File
@@ -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',