0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services/routing
Hannah Wolfe 8612f3aaeb
Moved route settings to new server service
- The main goal here is getting this settings related code out of the routing service as it really doesn't belong there
- This settings file is used purely by the API to get and set files - its not really anything to do with actual routing
- This file calls out to the bridge to do a reload, which helps decouple slightly
- More refactoring is needed to get rid of the urlService dependency
- Note this file is really similar to the redirects one, it would be good to merge them
2021-06-30 10:58:33 +01:00
..
config Finished to move the frontend to themes v4 2021-02-23 15:02:11 +01:00
controllers Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
helpers Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
middlewares Moved i18n to shared 2021-05-04 13:03:38 +01:00
bootstrap.js Revert "Refactored routing to be passed routes config" 2021-06-30 10:52:11 +01:00
CollectionRouter.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
index.js Moved route settings to new server service 2021-06-30 10:58:33 +01:00
ParentRouter.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
PreviewRouter.js
registry.js
RSSRouter.js Corrected comment describing redirect behavior 2020-09-23 00:37:55 +12:00
StaticPagesRouter.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
StaticRoutesRouter.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
TaxonomyRouter.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
UnsubscribeRouter.js