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,