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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue