Ghost/ghost/posts-service
Fabien "egg" O'Carroll 3a624ec3a1 Fixed return values of CollectionService
Our service layer should not expose the Entities, it should return the DTOs.
This is to allow us to make internal refactors without having to modify the
entire stack.
2023-09-22 19:05:37 +07:00
..
lib Fixed return values of CollectionService 2023-09-22 19:05:37 +07:00
test 🐛 Fixed newsletter post duplication (#17103) 2023-06-23 11:18:35 +01:00
.eslintrc.js Moved posts service to its own package 2023-03-20 16:06:42 +01:00
index.js Added posts exporter implementation (#16467) 2023-03-22 09:08:35 +01:00
package.json Updated linting and testing packages 2023-09-01 15:51:17 +02:00
README.md Moved posts service to its own package 2023-03-20 16:06:42 +01:00

Posts Service