Added redirect links to repos

This commit is contained in:
YourFriendlyNeighborhoodDealer 2018-11-21 16:11:03 +01:00
parent 66e1aa329b
commit 9ae7930141
2 changed files with 10 additions and 2 deletions

View file

@ -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);

View file

@ -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">