This commit is contained in:
unknown 2025-06-19 17:41:38 +09:00
parent a707414e77
commit 42cb783d8e

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}',