0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services/route-settings
Naz cbec6aa49e Refactored route settings module into class
refs https://linear.app/tryghost/issue/CORE-35/refactor-route-and-redirect-settings

- It's a step to making the module follow class+DI pattern before fully extracting it into an external libarary
- Reminder, doing in Ghost repo instead of substituting big chunks all at once to have clear history of how the service evolved prior to the extraction into external lib!
2021-11-24 05:32:20 +13:00
..
default-routes.yaml Moved default-routes.yaml file to backend 2021-09-28 04:59:41 +13:00
default-settings-manager.js Refactored ensure settings module into a class with DI 2021-09-29 20:56:55 +02:00
index.js Refactored route settings module into class 2021-11-24 05:32:20 +13:00
route-settings.js Refactored route settings module into class 2021-11-24 05:32:20 +13:00
settings-loader.js Extracted routes.yaml path calculation into external package 2021-11-24 05:32:20 +13:00
validate.js Removed remaining use of i18n from core/frontend 2021-09-28 11:58:29 +01:00
yaml-parser.js Fixed comma dangle 2021-09-30 18:22:32 +02:00