create recipient

This commit is contained in:
Timur Ercan
2023-01-27 17:21:40 +01:00
parent c29c262566
commit 2ebb68ca7a
3 changed files with 4 additions and 3 deletions

View File

@ -57,6 +57,7 @@ async function getHandler(req: NextApiRequest, res: NextApiResponse) {
select: {
id: true,
title: true,
Recipient: true,
},
})
);