mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typo
This commit is contained in:
parent
a58e9bb61c
commit
91338b23d9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue