0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit/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
CollectionRouter_spec.js 🐛 Fixed template order not being respected after refresh 2018-06-08 15:11:43 +02:00
RSSRouter_spec.js