0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/unit/web
Hannah Wolfe 1a4506dcf0 Moved validation utils into validation/upload
- These two functions have no dependencies and are only used in valiation/upload
- Co-locating the code makes it easier to move
- Exported them with a new module.exports._test pattern - we'll see about whether this is a good idea
- This is one of many similar changes needed to make it easier to refactor to the existing setup
2020-04-22 07:21:41 +01:00
..
admin
api Moved update-user-last-seen mw into api app 2020-04-22 07:12:25 +01:00
middleware Removed unused middleware code 2020-04-22 07:15:51 +01:00
parent Moved ghost-locals mw into parent app 2020-04-21 18:50:46 +01:00
shared/middleware Moved validation utils into validation/upload 2020-04-22 07:21:41 +01:00
site/middleware Moved serve-public-file mw into site app 2020-04-21 17:23:07 +01:00