Ghost/core/frontend/services
Hannah Wolfe d3f20c52fd Moved getApiVersion to a new shared "bridge" class
refs: bf0823c9a2

- Added a new bridge class that lives in shared. This should eventually be responsible for all cross-communication between the frontend and the server
- Having all the gnarly shared bits in one place should help us refactor more easily
- For now it also reduces requires between the core/server and core/frontend folders that are meant to be separate
- All calls to getApiVersion have also been renamed to getFrontendApiVersion, as this is different to the "default" API version
- Slowly getting to the point where frontend/services/themes can be moved to server/services/themes :)
2021-04-24 09:55:48 +01:00
..
apps Moved handlebars utils to new theme engine service 2021-04-21 14:21:32 +01:00
redirects Updated code to reflect js-yaml dependency changes 2021-02-10 11:39:30 +00:00
routing Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
rss 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
settings Moved getApiVersion to a new shared "bridge" class 2021-04-24 09:55:48 +01:00
sitemap 🐛 Fixed __GHOST_URL__ appearing in sitemaps (#12787) 2021-03-18 17:16:37 +00:00
theme-engine Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
themes Moved getApiVersion to a new shared "bridge" class 2021-04-24 09:55:48 +01:00
url Moved getApiVersion to a new shared "bridge" class 2021-04-24 09:55:48 +01:00
proxy.js Moved handlebars utils to new theme engine service 2021-04-21 14:21:32 +01:00