mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added redirect links to repos
This commit is contained in:
parent
66e1aa329b
commit
9ae7930141
2 changed files with 10 additions and 2 deletions
|
@ -229,6 +229,14 @@ app.get('/sanityCheck', function(req, res) {
|
|||
res.end('Uploaded :) go back now');
|
||||
});
|
||||
|
||||
app.get('/scriptgit', function(req, res) {
|
||||
res.redirect("https://gitlab.com/YourFriendlyNeighborhoodDealer/moodle-test-userscript");
|
||||
});
|
||||
|
||||
app.get('/servergit', function(req, res) {
|
||||
res.redirect("https://gitlab.com/YourFriendlyNeighborhoodDealer/question-node-server");
|
||||
});
|
||||
|
||||
app.get('*', function(req, res) {
|
||||
res.render('404');
|
||||
res.status(404);
|
||||
|
|
|
@ -21,9 +21,9 @@ greasyforkon</a>
|
|||
|
|
||||
<a href="http://questionmining.tk/manual">Manual</a>
|
||||
|
|
||||
<a href="https://gitlab.com/YourFriendlyNeighborhoodDealer/question-node-server">Szerver repó</a>
|
||||
<a href="https://questionmining.tk/servergit">Szerver repó</a>
|
||||
|
|
||||
<a href="https://gitlab.com/YourFriendlyNeighborhoodDealer/moodle-test-userscript">Userscript repó</a>
|
||||
<a href="https://questionmining.tk/scriptgit">Userscript repó</a>
|
||||
</h2>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue