Files
dirigent-spring/frontend/proxy.conf.json
2025-06-18 15:33:16 +02:00

10 lines
136 B
JSON

{
"/api/**": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
}
}
}