mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Merge branch 'vhosts' of https://gitlab.com/YourFriendlyNeighborhoodDealer/question-node-server into vhosts
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user