ObsiViewer/proxy.conf.json
2025-09-27 18:13:02 -04:00

9 lines
129 B
JSON

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