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/*": {
2020-12-16 17:21:01 +01:00
"target": "http://localhost:3001",
2020-11-11 12:14:01 +01:00
"secure": false,
"logLevel": "debug"
}
}