0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
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
..
adapters Swapped to American English spellings 2021-07-27 12:15:19 +04:00
api Moved routing setting hash calculation to backend 2021-09-28 04:59:41 +13:00
data Moved theme settings permissions migration to correct Ghost version 2021-09-27 10:56:23 +01:00
lib Blocked 0.* IP addresses when making oembed requests 2021-09-14 11:35:14 +01:00
models Added custom_theme_settings table/model (#13327) 2021-09-23 11:51:18 +01:00
public Added /email/ route to robots.txt 2021-08-10 13:45:53 +04:00
services Removed unnecessary async statements 2021-09-28 04:59:41 +13:00
views
web Moved route settings "getter" to the backend 2021-09-28 04:59:41 +13:00
analytics-events.js
ghost-server.js
notify.js
overrides.js
run-update-check.js
update-check.js