fix signature

This commit is contained in:
Matias Alejo Garcia 2014-12-05 18:26:17 -03:00
parent a9799c0f4e
commit 5f7ce0f853
1 changed files with 1 additions and 1 deletions

View File

@ -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');