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

8 lines
102 B
JSON
Raw Normal View History

2020-11-11 12:14:01 +01:00
{
"/api/*": {
2021-04-26 10:32:42 +02:00
"target": "http://localhost:8000/api",
2020-11-11 12:14:01 +01:00
"secure": false,
"logLevel": "debug"
}
}