Files
expense-control/web/proxy.conf.json
Mateusz Gruszczyński 9a6e77a5fc first commit
2026-04-05 13:40:27 +02:00

13 lines
211 B
JSON

{
"/api": {
"target": "http://localhost:4000",
"secure": false,
"changeOrigin": true
},
"/uploads": {
"target": "http://localhost:4000",
"secure": false,
"changeOrigin": true
}
}