95eff42dfe
Co-authored-by: Lala, Shahd <Shahd.Lala@sybit.de> Co-authored-by: shahdlala66 <shahd.lala66@gmail.com> Reviewed-on: #8
30 lines
582 B
JSON
30 lines
582 B
JSON
{
|
|
"/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
|
|
}
|
|
}
|