82bf006f18
Co-authored-by: Copilot <copilot@github.com>
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
|
|
}
|
|
}
|