Fixed typo

This commit is contained in:
Naz 2021-12-03 20:24:10 +04:00 committed by naz
parent a58e9bb61c
commit 91338b23d9

View File

@ -29,7 +29,7 @@ module.exports = (name) => {
};
// Wrap the main express router call
// This is mostly an experiement, and can likely be removed soon
// This is mostly an experiment, and can likely be removed soon
module.exports.Router = (name, options) => {
debug('new Router start', name);
const router = express.Router(options);