fix: proxy issues

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Lala, Shahd
2026-05-05 19:42:27 +00:00
parent 13edcb2f69
commit 82bf006f18
3 changed files with 6 additions and 34 deletions
+6
View File
@@ -8,5 +8,11 @@
"target": "http://localhost:8083",
"secure": false,
"changeOrigin": true
},
"/api": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true,
"ws": true
}
}