0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/services/route-settings
Hannah Wolfe 9a14c2de4c
Removed sync method from route settings loader
refs: cf514cdf7

- in commit cf514cdf7 we moved the loadSettings call up to the bridge
- here we can call the async method, so we can remove loadSettingsSync altogether
- all the tests have now been changed to use the async method
2022-04-28 15:37:09 +01:00
..
default-routes.yaml
default-settings-manager.js
index.js Removed sync method from route settings loader 2022-04-28 15:37:09 +01:00
route-settings.js
settings-loader.js Removed sync method from route settings loader 2022-04-28 15:37:09 +01:00
validate.js
yaml-parser.js