Merge pull request #28 from lbryio/filipnyquist-redir

Changed so root path will redir to github.
This commit is contained in:
filipnyquist 2017-10-03 22:42:36 +02:00 committed by GitHub
commit 424aa0f401

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');
}
/**