수정
This commit is contained in:
@@ -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 } } } },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user