Merge pull request #118 from bipproduction/lukman/15-agustus-2024

feat : update calender
This commit is contained in:
Amalia
2024-08-15 11:56:04 +08:00
committed by GitHub
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: {