funky-framadate-front/proxy.conf.json
2020-06-07 16:50:58 +02:00

12 lines
168 B
JSON

{
"/api/v1/*": {
"target": "http://localhost:8000",
"secure": false,
"pathRewrite": {
"^/api/v1": ""
},
"changeOrigin": false,
"logLevel": "debug"
}
}