From 9c7cf63d139eea1c8806f55ccd7dbf07c07c21b7 Mon Sep 17 00:00:00 2001 From: filipnyquist Date: Tue, 3 Oct 2017 22:41:53 +0200 Subject: [PATCH] Changed so root path will redir to github. Changed so root path will redir to github project. --- server/controllers/lighthouse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/controllers/lighthouse.js b/server/controllers/lighthouse.js index fc2b020..6286396 100644 --- a/server/controllers/lighthouse.js +++ b/server/controllers/lighthouse.js @@ -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'); } /**