This commit is contained in:
YourFriendlyNeighborhoodDealer
2019-08-14 10:15:46 +02:00
3 changed files with 109 additions and 5 deletions
-5
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()