diff --git a/src/app/api/mobile/calendar/history/route.ts b/src/app/api/mobile/calendar/history/route.ts index 7136d2f..5203e1f 100644 --- a/src/app/api/mobile/calendar/history/route.ts +++ b/src/app/api/mobile/calendar/history/route.ts @@ -63,7 +63,7 @@ export async function GET(request: Request) { }, orderBy: [ { - dateStart: 'asc' + dateStart: 'desc' }, { timeStart: 'asc'