Added the channel selection menu

This commit is contained in:
ION606
2022-07-27 15:34:38 +03:00
parent 60f5e5626c
commit d5583231df
4 changed files with 37 additions and 9 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ app.get('/getChannels', async (req, res) => {
}
})
res.send(JSON.stringify(arr));
res.send(arr);
});