feat(api): add post creation client
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ export { getGameById, listGames } from "./games"
|
||||
export { listNotifications, markNotificationAsRead } from "./notifications"
|
||||
export { getOrderById, listOrders, listOrdersByConsumer } from "./orders"
|
||||
export { getPlayerById, listPlayers, listPlayersByShop } from "./players"
|
||||
export { getPostById, listPosts, listPostsByAuthor, togglePostLike } from "./posts"
|
||||
export { createPost, getPostById, listPosts, listPostsByAuthor, togglePostLike } from "./posts"
|
||||
export { listReviews, listReviewsByOrder, listReviewsByTargetUser } from "./reviews"
|
||||
export {
|
||||
createPlayerService,
|
||||
|
||||
Reference in New Issue
Block a user