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
+7
View File
@@ -0,0 +1,7 @@
{
"/api": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true
}
}