mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Merge branch 'vhosts' of https://gitlab.com/YourFriendlyNeighborhoodDealer/question-node-server into vhosts
This commit is contained in:
commit
6dd0cd2bab
3 changed files with 109 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue