selene-ui/projects/account/proxy.config.json

9 lines
132 B
JSON

{
"/api/*": {
"target": "http://localhost:5003",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
}