Ghost/ghost/members-api/lib/controllers
Fabien O'Carroll 5172e40646 Used OffersAPI over OfferRepository in MembersAPI
no-issue

The OfferRepository deals with domain objects in the Offers module, and
as such is not suitable for use with "external" services. This update
means that MembersAPI can deal with POJO DTOs so that there is not a
dependency on the internals of the Offers module. Just on the contract
it holds with the outside world.
2021-10-13 11:11:12 +02:00
..
member.js Fixed handling of invalid tokens when changing email 2021-09-23 11:12:23 +02:00
router.js Used OffersAPI over OfferRepository in MembersAPI 2021-10-13 11:11:12 +02:00
well-known.js