From f2300638c351454174b979921c9d7f2aacb92634 Mon Sep 17 00:00:00 2001 From: alma Date: Tue, 6 May 2025 10:35:32 +0200 Subject: [PATCH] missions carrousse --- app/api/missions/route.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/api/missions/route.ts b/app/api/missions/route.ts index 0aff6f5e..b3bffe9a 100644 --- a/app/api/missions/route.ts +++ b/app/api/missions/route.ts @@ -55,6 +55,8 @@ export async function GET(request: Request) { niveau: true, missionType: true, projection: true, + participation: true, + services: true, createdAt: true, creator: { select: {