diff --git a/app/controllers/index.js b/app/controllers/index.js index 24dfedfb..1d2d435b 100644 --- a/app/controllers/index.js +++ b/app/controllers/index.js @@ -7,7 +7,7 @@ var _getVersion = function() { return pjson.version; }; -exports.render = function(req, res, next) { +exports.render = function(req, res) { if (config.publicPath) { return res.sendfile(config.publicPath + '/index.html');