0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/frontend/services/routing/helpers
Naz d1b569075f Decreased coupling of frontend routing to server api
refs https://github.com/TryGhost/Team/issues/527
refs https://github.com/TryGhost/Ghost/issues/10790

- Frontent has to have as few as possible coupling points with the Ghost Server API. By design that point has been a "proxy.api" property that will become more and more constraint in the future based to limit the surface of frontend interaction with servers's API
- Removing `.../server/api` requires in favor of using a proxy decreases direct coupling
2021-07-19 19:45:54 +12:00
..
context.js 🐛 Fixed page preview 2020-12-04 11:35:15 +01:00
entry-lookup.js Decreased coupling of frontend routing to server api 2021-07-19 19:45:54 +12:00
error.js Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
fetch-data.js Decreased coupling of frontend routing to server api 2021-07-19 19:45:54 +12:00
format-response.js Fixed feature_image_caption needing triple-curlies in themes (#13107) 2021-07-01 17:55:44 +01:00
index.js
render-entries.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
render-entry.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
renderer.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
secure.js
templates.js Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00