0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server/services/routing/controllers
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
..
channel.js Added comments for routing service 2019-04-21 23:55:22 +02:00
collection.js Added comments for routing service 2019-04-21 23:55:22 +02:00
entry.js 🐛 Fixed redirect for pages causing 404 2019-04-22 15:08:09 +02:00
index.js Dynamic Routing Beta: Channels 2018-06-24 02:06:58 +02:00
preview.js Added comments for routing service 2019-04-21 23:55:22 +02:00
rss.js Added comments for routing service 2019-04-21 23:55:22 +02:00
static.js Added comments for routing service 2019-04-21 23:55:22 +02:00