updated for backend api url dev file patch

This commit is contained in:
syifa 2025-11-14 07:12:57 +00:00
parent ba755951f3
commit 7f1e8253a0
1 changed files with 1 additions and 1 deletions

View File

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