Files
flat-pilot/apps/frontend/proxy.conf.json
2026-07-19 13:09:04 +02:00

13 lines
210 B
JSON

{
"/api": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/health": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
}
}