fix : api home

Deskripsi:
- update api home > kegiatan terupdate order by updatedate
- api version app

No Issues
This commit is contained in:
2025-10-08 16:14:30 +08:00
parent 389f115923
commit 66ba6dfa91
3 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ export async function GET(request: Request) {
}
},
orderBy: {
createdAt: "desc"
updatedAt: "desc"
}
})