Files
NowChess-Frontend/proxy.conf.json
T
2026-05-05 19:24:14 +00:00

13 lines
225 B
JSON

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