0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/web/admin
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
..
views 🔒 Removed unused and insecure preview endpoint 2021-04-29 12:10:39 +01:00
app.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
controller.js Fixed ETag header for admin templates not changing between versions (#13680) 2021-10-22 14:25:58 +01:00
index.js
middleware.js