From b175f4e763c5d043ea9b7a5a8b6b34c8a49c64d1 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 11 Oct 2018 01:50:04 -0400 Subject: [PATCH] re-fix the fix https://github.com/lbryio/spee.ch/commit/fcfc57dcfc77397536cf3b8bb947813e23561421 @skhameneh , looks like something recently brought back in old cold, possibly from the chainquery branch? --- server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index 83a1dbbd..ad844836 100644 --- a/server/index.js +++ b/server/index.js @@ -100,7 +100,7 @@ function Server () { app.use(speechPassport.session()); // configure handlebars & register it with express app - const viewsPath = Path.resolve(process.cwd(), 'node_modules/spee.ch/server/views'); + const viewsPath = Path.resolve(process.cwd(), 'server/views'); app.engine('handlebars', expressHandlebars({ async : false, dataType : 'text', -- 2.45.2