feat(services): manage services through backend
This commit is contained in:
+8
-1
@@ -13,7 +13,14 @@ export { getOrderById, listOrders, listOrdersByConsumer } from "./orders"
|
||||
export { getPlayerById, listPlayers, listPlayersByShop } from "./players"
|
||||
export { getPostById, listPosts, listPostsByAuthor, togglePostLike } from "./posts"
|
||||
export { listReviews, listReviewsByOrder, listReviewsByTargetUser } from "./reviews"
|
||||
export { getServiceById, listServices, listServicesByPlayer } from "./services"
|
||||
export {
|
||||
createPlayerService,
|
||||
deletePlayerService,
|
||||
getServiceById,
|
||||
listServices,
|
||||
listServicesByPlayer,
|
||||
updatePlayerService,
|
||||
} from "./services"
|
||||
export { getShopById, getShopByOwnerId, listShops } from "./shops"
|
||||
export {
|
||||
getWalletBalance,
|
||||
|
||||
Reference in New Issue
Block a user