9b72ac9b63
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
35 lines
693 B
JSON
35 lines
693 B
JSON
{
|
|
"/api/analysis": {
|
|
"target": "http://localhost:8087",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/api/tournament": {
|
|
"target": "http://localhost:8089",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/api/account": {
|
|
"target": "http://localhost:8083",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/api/challenge": {
|
|
"target": "http://localhost:8083",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/api/user/ws": {
|
|
"target": "http://localhost:8084",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"ws": true
|
|
},
|
|
"/api": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"ws": true
|
|
}
|
|
}
|