mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Redirecting /api/help to correct readme file
This commit is contained in:
@@ -91,7 +91,7 @@ router.use(function(req, res, next) {
|
||||
});
|
||||
|
||||
router.route('/api/help').get(function(req, res) {
|
||||
res.redirect('https://github.com/zoff-music/zoff/blob/master/server/README.md');
|
||||
res.redirect('https://github.com/zoff-music/zoff/blob/master/server/REST.md');
|
||||
return;
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user