Changed so root path will redir to github.
Changed so root path will redir to github project.
This commit is contained in:
parent
c756b900e1
commit
9c7cf63d13
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class LighthouseControllers {
|
||||||
* @param {ctx} Koa Context
|
* @param {ctx} Koa Context
|
||||||
*/
|
*/
|
||||||
async info (ctx) {
|
async info (ctx) {
|
||||||
ctx.body = 'Lighthouse search API';
|
ctx.redirect('https://github.com/lbryio/lighthouse');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue