document status, dashboard

This commit is contained in:
Timur Ercan
2023-01-27 20:14:32 +01:00
parent 48a8fce724
commit 4f63c5fa4e
8 changed files with 117 additions and 16 deletions
+1
View File
@@ -57,6 +57,7 @@ async function getHandler(req: NextApiRequest, res: NextApiResponse) {
select: {
id: true,
title: true,
status: true,
Recipient: true,
},
})