Changed so root path will redir to github.

Changed so root path will redir to github project.
This commit is contained in:
filipnyquist 2017-10-03 22:41:53 +02:00 committed by GitHub
parent c756b900e1
commit 9c7cf63d13

View file

@ -139,7 +139,7 @@ class LighthouseControllers {
* @param {ctx} Koa Context
*/
async info (ctx) {
ctx.body = 'Lighthouse search API';
ctx.redirect('https://github.com/lbryio/lighthouse');
}
/**