mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Folders view tidy up, fix path with spaces, update url added to qmining
This commit is contained in:
parent
d5cf846433
commit
90de7e926b
5 changed files with 160 additions and 135 deletions
|
@ -153,6 +153,12 @@ app.get('/greasy', function (req, res) {
|
|||
logger.LogReq(req)
|
||||
})
|
||||
|
||||
app.get('/update', function (req, res) {
|
||||
res.redirect('http://qmining.frylabs.net/moodle-test-userscript/stable.user.js')
|
||||
res.end()
|
||||
logger.LogReq(req)
|
||||
})
|
||||
|
||||
app.get('/install', function (req, res) {
|
||||
res.redirect('http://qmining.frylabs.net/moodle-test-userscript/stable.user.js')
|
||||
res.end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue