Merge pull request #3 from won-ktds/front

configmap edit
This commit is contained in:
yyoooona 2025-06-19 17:08:08 +09:00 committed by GitHub
commit 67a4341884
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ data:
MENU_URL: 'http://${ingress_host}/api/menu',
SALES_URL: 'http://${ingress_host}/api/sales',
CONTENT_URL: 'http://${ingress_host}/api/content',
RECOMMEND_URL: 'http://${ingress_host}/api/recommend',
RECOMMEND_URL: 'http://${ingress_host}/api/recommendations',
// Gateway URL (production environment)
GATEWAY_URL: 'http://${ingress_host}',