Ghost/ghost/posts-service/index.js
Simon Backx a5dff4207e Moved posts service to its own package
fixes https://github.com/TryGhost/Team/issues/2778

It is easier to add extra classes using the latest patterns if it has its own package.
2023-03-20 16:06:42 +01:00

4 lines
70 B
JavaScript

module.exports = {
PostsService: require('./lib/PostsService')
};