Merge pull request #4 from won-ktds/front

release
This commit is contained in:
yyoooona 2025-06-19 17:45:22 +09:00 committed by GitHub
commit 537b5d40c7
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/recommendations',
RECOMMEND_URL: 'http://${ingress_host}/api/recommend',
// Gateway URL (production environment)
GATEWAY_URL: 'http://${ingress_host}',