ff75c8ce2f
User Profile info, no game before login/register, menu bar --------- Co-authored-by: Lala, Shahd <Shahd.Lala@sybit.de> Co-authored-by: shahdlala66 <shahd.lala66@gmail.com> Reviewed-on: #2
19 lines
343 B
JSON
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
|
|
}
|
|
}
|