Sio module

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-08-14 10:15:08 +02:00
parent 3ab3cfea3b
commit 17a303c3ca
3 changed files with 109 additions and 5 deletions

View file

@ -75,11 +75,6 @@ app.get('/', function (req, res) {
res.end()
})
app.get('/sio', function (req, res) {
res.render('uload')
res.end()
})
app.get('/manual', function (req, res) {
res.render('man')
res.end()