Merge pull request #28 from lbryio/filipnyquist-redir
Changed so root path will redir to github.
This commit is contained in:
commit
424aa0f401
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue