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

8 lines
102 B
JSON

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