15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"/api": {
|
|
"target": "http://127.0.0.1:8080",
|
|
"secure": false
|
|
},
|
|
"/oauth2": {
|
|
"target": "http://127.0.0.1:8080",
|
|
"secure": false
|
|
},
|
|
"/login": {
|
|
"target": "http://127.0.0.1:8080",
|
|
"secure": false
|
|
}
|
|
}
|