0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/frontend/services/routing
Naz bff2fd5f3b Corrected comment describing redirect behavior
no issue

- The redirect is done from `/feed` to `/rss`
2020-09-23 00:37:55 +12:00
..
config 🐛 Fixed edit link for staff members 2020-07-21 12:28:50 +01:00
controllers Extracted core/server/lib/security to @tryghost/security package 2020-08-11 14:06:50 +01:00
helpers 🐛 Fixed meta data when using tag data in collection (#12137) 2020-08-17 15:21:09 +01:00
middlewares Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
bootstrap.js Reordered routes to load taxonomies last 2020-06-29 17:45:47 +01:00
CollectionRouter.js Renamed settings keys active_timezone to timezone 2020-06-24 14:11:20 +12:00
index.js
ParentRouter.js Extracted core/server/lib/security to @tryghost/security package 2020-08-11 14:06:50 +01:00
PreviewRouter.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
registry.js
RSSRouter.js Corrected comment describing redirect behavior 2020-09-23 00:37:55 +12:00
settings.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
StaticPagesRouter.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
StaticRoutesRouter.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
TaxonomyRouter.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
UnsubscribeRouter.js