mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Changed maintainer name (again)
This commit is contained in:
parent
5092b150ec
commit
4e0bea8e32
10 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
|
||||
Question Server
|
||||
GitLab: <https://gitlab.com/YourFriendlyNeighborhoodDealer/question-node-server>
|
||||
GitLab: <https://gitlab.com/MrFry/question-node-server>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -154,13 +154,13 @@ app.get('/greasy', function (req, res) {
|
|||
})
|
||||
|
||||
app.get('/scriptgit', function (req, res) {
|
||||
res.redirect('https://gitlab.com/YourFriendlyNeighborhoodDealer/moodle-test-userscript')
|
||||
res.redirect('https://gitlab.com/MrFry/moodle-test-userscript')
|
||||
res.end()
|
||||
logger.LogReq(req)
|
||||
})
|
||||
|
||||
app.get('/servergit', function (req, res) {
|
||||
res.redirect('https://gitlab.com/YourFriendlyNeighborhoodDealer/question-node-server')
|
||||
res.redirect('https://gitlab.com/MrFry/question-node-server')
|
||||
res.end()
|
||||
logger.LogReq(req)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue