0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00
ghost/core
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
..
client@1e0d0a066d Updated Admin to v4.16.0 2021-09-23 16:04:56 +01:00
frontend Moved routing setting hash calculation to backend 2021-09-28 04:59:41 +13:00
server Removed unnecessary async statements 2021-09-28 04:59:41 +13:00
shared Moved default-routes.yaml file to backend 2021-09-28 04:59:41 +13:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Moved routing setting hash calculation to backend 2021-09-28 04:59:41 +13:00
bridge.js Removed unnecessary error parameter in bridge 2021-09-23 18:39:43 +02:00