mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Sio module
This commit is contained in:
parent
3ab3cfea3b
commit
17a303c3ca
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