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/controllers
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
..
channel.js
collection.js
entry.js
index.js
preview.js Decreased coupling of frontend routing to server api 2021-07-19 19:45:54 +12:00
rss.js
static.js Decreased coupling of frontend routing to server api 2021-07-19 19:45:54 +12:00
unsubscribe.js