mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 21:41:00 +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) {
|
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;
|
return;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user