From f1998d32c102e7f11a2dac08d011265c6bdffab5 Mon Sep 17 00:00:00 2001 From: Arnaud Nelissen Date: Mon, 15 Jun 2026 19:31:54 +0200 Subject: [PATCH] =?UTF-8?q?fix(api-docs):=20full=20dark=20theme=20for=20Sw?= =?UTF-8?q?agger=20UI=20=E2=80=94=20override=20all=20light=20sections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/api-docs/route.ts | 92 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 90 insertions(+), 2 deletions(-) diff --git a/src/app/api-docs/route.ts b/src/app/api-docs/route.ts index bd56fa2..005e377 100644 --- a/src/app/api-docs/route.ts +++ b/src/app/api-docs/route.ts @@ -8,10 +8,98 @@ export async function GET() {