mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 08:43:59 +03:00
Fixed typo
This commit is contained in:
parent
a58e9bb61c
commit
91338b23d9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user