Ghost/core/test/unit/services/routing
Katharina Irrgang fc21b25895
🐛Fixed auto redirect for extra data queries on post and page resources (#9828)
closes #9791

- we only made use of the redirect middleware, who detects if a redirect should happen, for taxonomies (tags, authors)
- `data: page.team` will now redirect too
- `data: post.team` will now redirect too
- you can disable the redirect using the long form
2018-12-03 20:31:48 +01:00
..
controllers Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
helpers Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
middlewares Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
CollectionRouter_spec.js 🐛Fixed auto redirect for extra data queries on post and page resources (#9828) 2018-12-03 20:31:48 +01:00
ParentRouter_spec.js 🐛Fixed auto redirect for extra data queries on post and page resources (#9828) 2018-12-03 20:31:48 +01:00
registry_spec.js Dynamic Routing Beta: collection name behaviour 2018-06-21 20:59:43 +02:00
RSSRouter_spec.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
StaticRoutesRouter_spec.js 🔥 Removed permalink setting 2018-08-16 12:13:24 +02:00
TaxonomyRouter_spec.js Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00