refactor(dashboard): fetch current player via /players/me

This commit is contained in:
zetaloop
2026-05-03 06:06:06 +08:00
parent 38ff65d51f
commit a0b61fbc44
3 changed files with 28 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export {
markNotificationAsRead,
} from "./notifications"
export { getOrderById, listOrders } from "./orders"
export { getPlayerById, listPlayers, listPlayersByShop } from "./players"
export { getMyPlayer, getPlayerById, listPlayers, listPlayersByShop } from "./players"
export { createPost, getPostById, listPosts, listPostsByAuthor, togglePostLike } from "./posts"
export { listReviews, listReviewsByOrder, listReviewsByTargetUser } from "./reviews"
export {