0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/unit/frontend/services/routing
Hannah Wolfe 4f9b72ff43
Renamed middlewares to middleware consistently
- This is a minor bugbare, but it will affect some configuration I'm about to do for c8
- I've been wanting to do it for ages, middleware is plural all on it's own so it's an odd affectation in our codebase
- This also only exists in 2 places, everywhere else we use "middleware"
- Sadly it did result in a lot of churn as I did a full find and replace, but consistency is king!
2021-11-16 15:51:47 +00:00
..
controllers Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
helpers
middlewares Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
bootstrap.test.js Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
CollectionRouter.test.js Extracted an explicit "filter" parameter in UrlGenerator constructor 2021-11-15 18:32:34 +04:00
ParentRouter.test.js Removed unnecessary checks in unit test suites 2021-10-19 07:29:09 +13:00
registry.test.js
RSSRouter.test.js Removed unnecessary checks in unit test suites 2021-10-19 07:29:09 +13:00
StaticRoutesRouter.test.js Extracted an explicit "filter" parameter in UrlGenerator constructor 2021-11-15 18:32:34 +04:00
TaxonomyRouter.test.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00