Ghost/core/server/services/route-settings
Naz 2fc26bd80a Removed unnecessary async statements
refs https://linear.app/tryghost/issue/CORE-35/refactor-route-and-redirect-settings

- These methods are completely sync, there's no need to complicate it with artificial "async" method signatures. Even if used in then chains or with await these methods should still work!
2021-09-28 04:59:41 +13:00
..
default-routes.yaml Moved default-routes.yaml file to backend 2021-09-28 04:59:41 +13:00
ensure-settings.js Moved route settings initialization to backend 2021-09-28 04:59:41 +13:00
index.js Moved route settings to new server service 2021-06-30 10:58:33 +01:00
loader.js Moved validate&yaml-parser modules to backend 2021-09-28 04:59:41 +13:00
route-settings.js Removed unnecessary async statements 2021-09-28 04:59:41 +13:00
validate.js Moved validate&yaml-parser modules to backend 2021-09-28 04:59:41 +13:00
yaml-parser.js Moved validate&yaml-parser modules to backend 2021-09-28 04:59:41 +13:00