fix signature
This commit is contained in:
parent
a9799c0f4e
commit
5f7ce0f853
@ -7,7 +7,7 @@ var _getVersion = function() {
|
|||||||
return pjson.version;
|
return pjson.version;
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.render = function(req, res, next) {
|
exports.render = function(req, res) {
|
||||||
|
|
||||||
if (config.publicPath) {
|
if (config.publicPath) {
|
||||||
return res.sendfile(config.publicPath + '/index.html');
|
return res.sendfile(config.publicPath + '/index.html');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user