mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
add30f3d5b
refs https://linear.app/tryghost/issue/CORE-103/decouple-internal-frontend-code-from-url-module - By becoming a parameter in the routing bootstrap process URL is Service no longer a "require" inside the frontend controllers but rather becomes a part of the "internal API" of the bootstrapper. This is not the end form of it, rather a step closer to decouplint routing from the URL serivce. - The bootstrap module needs a facelift to have cleaner distinction between init/start methods. This is left for another time |
||
---|---|---|
.. | ||
controllers | ||
helpers | ||
middlewares | ||
CollectionRouter.test.js | ||
ParentRouter.test.js | ||
registry.test.js | ||
RSSRouter.test.js | ||
StaticRoutesRouter.test.js | ||
TaxonomyRouter.test.js |