diff --git a/server/index.js b/server/index.js index 85222a71..bd0cf4eb 100644 --- a/server/index.js +++ b/server/index.js @@ -66,7 +66,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',