mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
07f8c6efbb
no issue Part of the goal to move these middleware packages to remove untested code from the codebase
8 lines
250 B
JavaScript
8 lines
250 B
JavaScript
module.exports = {
|
|
cors: require('./cors'),
|
|
normalizeImage: require('./normalize-image'),
|
|
updateUserLastSeen: require('@tryghost/mw-update-user-last-seen'),
|
|
upload: require('./upload'),
|
|
versionMatch: require('./version-match')
|
|
};
|