Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-22 03:24:29 +01:00
parent 6e715fda57
commit 57e55040a5

View File

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