Skip to content
Snippets Groups Projects
proxy.conf.json 148 B
Newer Older
{
  "/api": {
    "target": "http://localhost:8080",
    "secure": false,
    "pathRewrite": {
      "^/api": ""
    },
		"logLevel": "debug"
  }
}