From 5f7ce0f853ae7d51f2fd32631895d056968026d3 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 5 Dec 2014 18:26:17 -0300 Subject: [PATCH] fix signature --- app/controllers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/index.js b/app/controllers/index.js index 24dfedf..1d2d435 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');