mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Changed remote url
This commit is contained in:
parent
8a0fd4fdc3
commit
6f40ce4485
10 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
/* ----------------------------------------------------------------------------
|
||||
|
||||
Question Server
|
||||
GitLab: <https://gitlab.com/MrFry/question-node-server>
|
||||
GitLab: <https://gitlab.com/MrFry/mrfrys-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
|
||||
|
@ -159,7 +159,7 @@ app.get('/scriptgit', function (req, res) {
|
|||
})
|
||||
|
||||
app.get('/servergit', function (req, res) {
|
||||
res.redirect('https://gitlab.com/MrFry/question-node-server')
|
||||
res.redirect('https://gitlab.com/MrFry/mrfrys-node-server')
|
||||
res.end()
|
||||
logger.LogReq(req)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue