0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/web
kirrg001 38e93c19b5 Reverted & Solved apiType differently
no issue

- was unable to revert 9dd7aff9c6, because it contains members changes
- functional calls did not work correctly, because the content and admin ctrl differentiation happend in the web layer
- `isContentAPI` returned true for `api.v2.settings.edit(data, {context: {internal:true{})`
- content & admin API are using different controllers
- we can just tell which ctrl is content API and which is not
- the direction fits for the content & admin API split
2019-02-26 08:33:10 +01:00
..
admin Optimised web/ debug logs 2018-10-04 17:43:08 +02:00
api Reverted & Solved apiType differently 2019-02-26 08:33:10 +01:00
shared Added 'property' field to errors returned from API 2019-02-26 13:41:13 +07:00
site Added support for serverside rendering of members content (#10522) 2019-02-25 17:03:27 +01:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
parent-app.js Removed members internal app (#10379) 2019-01-17 12:03:40 +01:00