red-ui/proxy.config.json
2021-07-14 14:44:17 +03:00

9 lines
134 B
JSON

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