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

8 lines
98 B
JSON

{
"/api/*": {
"target": "http://localhost:3001",
"secure": false,
"logLevel": "debug"
}
}