Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-22 03:29:23 +01:00
parent 57e55040a5
commit b2f6820f6c
2 changed files with 45 additions and 76 deletions

View File

@@ -36,7 +36,7 @@ await fastify.register(fastifySwagger, {
await fastify.register(fastifySwaggerUi, {
routePrefix: "/docs",
baseDir: "/api",
indexPrefix: "/api",
uiConfig: {
docExpansion: "list",
deepLinking: false,