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