Merge pull request #628 from lbryio/fix-fix

re-fix the fix
This commit is contained in:
Shawn K 2018-10-11 01:21:20 -05:00 committed by GitHub
commit f424c9b6ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',