0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/web/api/middleware
Hannah Wolfe f4f61b8a3a Moved normalize image mw into api app
- Moved normalize image mw from shared to api as it is not shared (except within the API)
- This file is only used in one part of the app, this updates the code structure to reflect this
- This is one of many similar changes needed to make it easier to refactor to the existing setup
2020-04-22 17:48:54 +01:00
..
cors.js Moved api cors mw into api app 2020-04-22 07:12:25 +01:00
index.js Moved normalize image mw into api app 2020-04-22 17:48:54 +01:00
normalize-image.js Moved normalize image mw into api app 2020-04-22 17:48:54 +01:00
update-user-last-seen.js Moved update-user-last-seen mw into api app 2020-04-22 07:12:25 +01:00
upload.js Moved upload validation mw into api app 2020-04-22 07:37:02 +01:00
version-match.js