From 57e55040a5412f0c906c5d31b2f60bf19c89c669 Mon Sep 17 00:00:00 2001 From: Darius Date: Sat, 22 Nov 2025 03:24:29 +0100 Subject: [PATCH] Generic Commit; Most likely a fix or small feature --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index a83a526..0f6ae8d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -36,6 +36,7 @@ await fastify.register(fastifySwagger, { await fastify.register(fastifySwaggerUi, { routePrefix: "/docs", + baseDir: "/api", uiConfig: { docExpansion: "list", deepLinking: false,