mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added classes git link
This commit is contained in:
parent
68c6b2b636
commit
e863893ecc
5 changed files with 12 additions and 0 deletions
|
@ -153,6 +153,12 @@ app.get('/greasy', function (req, res) {
|
|||
logger.LogReq(req)
|
||||
})
|
||||
|
||||
app.get('/scriptgit', function (req, res) {
|
||||
res.redirect('https://gitlab.com/MrFry/question-classes')
|
||||
res.end()
|
||||
logger.LogReq(req)
|
||||
})
|
||||
|
||||
app.get('/scriptgit', function (req, res) {
|
||||
res.redirect('https://gitlab.com/MrFry/moodle-test-userscript')
|
||||
res.end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue