Configure proxy for API requests and remove hardcoded apiUrl from environment files.

This commit is contained in:
2025-09-24 21:44:41 +02:00
parent 80cb2d0ad1
commit 4878ad9f0d
6 changed files with 10 additions and 4 deletions
+3
View File
@@ -76,6 +76,9 @@
}
},
"serve": {
"options": {
"proxyConfig": "proxy.conf.json"
},
"builder": "@angular/build:dev-server",
"configurations": {
"production": {