Files
onebox/ui/proxy.conf.json

9 lines
121 B
JSON
Raw Normal View History

2025-11-18 00:03:24 +00:00
{
"/api": {
"target": "http://localhost:3000",
"secure": false,
2025-11-24 19:52:35 +00:00
"ws": true,
2025-11-18 00:03:24 +00:00
"changeOrigin": true
}
}