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
Nazar Gargol 2253b2d18c 🐛 Fixed redirect for pages causing 404
closes #10649

- `resourceType` in API v0.1 is only of 'post' type. Because in admin we now distinguish between 2 types of editable resources: 'posts' and 'page' the redirect has to be based on 'entry.page' flag
2019-04-22 15:08:09 +02:00
..
config Renamed authors ctrl to authors-public 2019-02-26 08:33:10 +01:00
controllers 🐛 Fixed redirect for pages causing 404 2019-04-22 15:08:09 +02:00
helpers Added comments for routing service 2019-04-21 23:55:22 +02:00
middlewares Added comments for routing service 2019-04-21 23:55:22 +02:00
bootstrap.js Added comments for routing service 2019-04-21 23:55:22 +02:00
CollectionRouter.js Added comments for routing service 2019-04-21 23:55:22 +02:00
index.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
ParentRouter.js Added comments for routing service 2019-04-21 23:55:22 +02:00
PreviewRouter.js Added comments for routing service 2019-04-21 23:55:22 +02:00
registry.js Added comments for routing service 2019-04-21 23:55:22 +02:00
RSSRouter.js Added comments for routing service 2019-04-21 23:55:22 +02:00
StaticPagesRouter.js Added comments for routing service 2019-04-21 23:55:22 +02:00
StaticRoutesRouter.js Added comments for routing service 2019-04-21 23:55:22 +02:00
TaxonomyRouter.js Added comments for routing service 2019-04-21 23:55:22 +02:00