feat : update calender

This commit is contained in:
lukman
2024-08-15 11:53:26 +08:00
parent d34a0a1a82
commit 2cfa96c0ed
14 changed files with 121 additions and 9 deletions

View File

@@ -126,6 +126,7 @@ export async function GET(request: Request, context: { params: { id: string } })
select: {
id: true,
title: true,
desc: true,
createdAt: true,
User: {
select: {