Files
NowChess-Frontend/proxy.conf.json
T
Lala, Shahd 82bf006f18 fix: proxy issues
Co-authored-by: Copilot <copilot@github.com>
2026-05-05 19:42:27 +00:00

19 lines
343 B
JSON

{
"/api/account": {
"target": "http://localhost:8083",
"secure": false,
"changeOrigin": true
},
"/api/challenge": {
"target": "http://localhost:8083",
"secure": false,
"changeOrigin": true
},
"/api": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true,
"ws": true
}
}