This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-08-14 10:15:46 +02:00
commit 6dd0cd2bab
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()