re-fix the fix

fcfc57dcfc

@skhameneh , looks like something recently brought back in old cold, possibly from the chainquery branch?
This commit is contained in:
Thomas Zarebczan 2018-10-11 01:50:04 -04:00 committed by GitHub
parent b1c2ea9e72
commit b175f4e763
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',