mirror of
https://github.com/tedkulp/vidgrab
synced 2026-03-05 13:20:27 -05:00
12 lines
177 B
JSON
12 lines
177 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:3333",
|
|
"secure": false
|
|
},
|
|
"/socket.io": {
|
|
"target": "http://localhost:3333",
|
|
"secure": false,
|
|
"ws": true
|
|
}
|
|
}
|