26 lines
474 B
JSON
26 lines
474 B
JSON
{
|
|
"/.well-known": {
|
|
"target": "http://localhost:3000",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/oidc": {
|
|
"target": "http://localhost:3000",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/interaction": {
|
|
"target": "http://localhost:3000",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/api": {
|
|
"target": "http://localhost:3000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
}
|
|
}
|
|
}
|