zonemaster-gui/proxy.conf.json
2021-08-04 11:37:54 +02:00

11 lines
210 B
JSON

{
"/api": {
"target": "http://localhost:5000/",
"changeOrigin": true,
"secure": false,
"logLevel": "debug",
"pathRewrite": {
"^/api": ""
}
}
}