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