generator.client.angular.core.proxy.conf.json.mustache Maven / Gradle / Ivy
{
"/api": {
"target": "http://localhost:{{serverPort}}",
"secure": false
},
"/management": {
"target": "http://localhost:{{serverPort}}",
"secure": false
}
}