Changed so root path will redir to github. #28

Merged
filipnyquist merged 1 commit from filipnyquist-redir into master 2017-10-03 22:42:37 +02:00

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