This commit is contained in:
Josh Harvey 2016-02-08 19:22:08 +02:00
parent 7c15ce0ae8
commit 8734849511
4 changed files with 37 additions and 19 deletions

View file

@ -54,9 +54,9 @@ module.exports = function(options) {
}
plugins.configure(config);
next();
});
});
};
var authMiddleware;
if (options.https) {