recettes/web/proxy.conf.json

10 lines
188 B
JSON

{
"/api": {
"target": "http://localhost:8080",
"secure": false
},
"/oauth2": {
"target": "http://localhost:8080/oauth2",
"secure": false
}
}