{
    "/api/": {
    "target": "http://localhost:4000",
    "pathRewrite": {
        "^/api": ""
      },
    "secure": false
    }
}