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 e410e16a5b
Refactored routing to be passed routes config
- At the moment the bootstrap.start method asks the settings service for its settings
- This couples the routing and settings services together - when maybe we want to use a different method to generate settings
- By passing the settings to the routing service at the right time, we open up possibilities for refactoring
2021-06-30 12:28: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 Refactored routing to be passed routes config 2021-06-30 12:28:33 +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 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
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 Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00