Redirecting /api/help to correct readme file

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-06 14:08:48 +01:00
parent b68fc778f1
commit 01480b74de

View File

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