funky-framadate-front/src/proxy.conf.json

8 lines
98 B
JSON
Raw Normal View History

2020-11-11 12:14:01 +01:00
{
"/api/*": {
"target": "http://localhost:8000",
"secure": false,
"logLevel": "debug"
}
}