0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

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