Files
NowChess-Frontend/proxy.conf.json
T
2026-04-21 13:40:48 +02:00

9 lines
121 B
JSON

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