ui/proxy.conf.json
2025-06-06 16:17:10 +02:00

8 lines
120 B
JSON

{
"/api": {
"target": "http://localhost:5000",
"secure": false,
"ws": true,
"changeOrigin": true
}
}