0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services/routing
kirrg001 2d70b8fe20 🐛 Fixed template order not being respected after refresh
no issue

- reverse must happen once in the constructor
- otherwise we reverse the array on each request
  - Ghost would randomly pick the first and then the second template
2018-06-08 15:11:43 +02:00
..
controllers
helpers
middlewares
bootstrap.js
CollectionRouter.js 🐛 Fixed template order not being respected after refresh 2018-06-08 15:11:43 +02:00
index.js
ParentRouter.js
PreviewRouter.js
registry.js
RSSRouter.js
StaticPagesRouter.js
StaticRoutesRouter.js
TaxonomyRouter.js