This commit is contained in:
koreacomp5
2025-10-24 21:24:51 +09:00
parent 2668ade05f
commit 3d850188fd
14 changed files with 497 additions and 55 deletions

View File

@@ -108,6 +108,7 @@ export async function GET(req: Request) {
boardId: true,
isPinned: true,
status: true,
author: { select: { nickname: true } },
stat: { select: { recommendCount: true, views: true, commentsCount: true } },
postTags: { select: { tag: { select: { name: true, slug: true } } } },
},