From b9818f7139a3c25f3896f800bb037c12f458668e Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 30 Mar 2026 12:17:37 +0000 Subject: [PATCH] Disable OpenAPI info page in Zudoku config Set showInfoPage: false so the API root redirects to the first tag instead of showing the info/overview page. https://claude.ai/code/session_01H7MDBS5fCUmRrCxxxa3RzH --- zudoku.config.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/zudoku.config.tsx b/zudoku.config.tsx index 7f2093832..5cbe28df7 100644 --- a/zudoku.config.tsx +++ b/zudoku.config.tsx @@ -106,6 +106,7 @@ posthog.init('phc_xB1aydh7a41MW9TwUtLJjKme4izQiWf9zKbKhpysAiW', { person_profile path: "api", options: { expandAllTags: true, + showInfoPage: false, }, }, ],