Files
vidgrab/apps/client/proxy.conf.json
2021-07-31 17:49:53 -04:00

12 lines
177 B
JSON

{
"/api": {
"target": "http://localhost:3333",
"secure": false
},
"/socket.io": {
"target": "http://localhost:3333",
"secure": false,
"ws": true
}
}