updated for backend api url file patch frontend

This commit is contained in:
syifa 2025-11-14 04:16:35 +00:00
parent 95cfaf5250
commit ba755951f3
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ spec:
containers:
- name: frontend
image: docker.io/syifamaulidya/frontend-app:23
env:
- name: REACT_APP_API_URL
value: "http://backend-app-syifa:5000/api/auth/login"
---
# ==========================