openvidu/frontend/src/proxy.conf.json
2025-03-10 19:25:11 +01:00

8 lines
105 B
JSON

{
"/meet/api/**": {
"target": "http://127.0.0.1:6080",
"secure": false,
"changeOrigin": true
}
}