Commit 7ac39c3b101eb282e28c8c74f4b31d2f7671f870

Authored by Adhidarma Hadiwinoto
1 parent a540340b9b
Exists in master

FIX: missing next

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

lib/modem-dashboard/index.js
... ... @@ -24,6 +24,7 @@ nunjucks.configure(__dirname + '/views', {
24 24  
25 25 app.use(function(req, res, next) {
26 26 res.locals.site_name = config.handler_name;
  27 + next();
27 28 })
28 29  
29 30 function modemSignal(req, res, next) {