Generic Commit; Most likely a fix or small feature
This commit is contained in:
@@ -5,6 +5,7 @@ import type { FastifyReply, FastifyRequest } from "fastify";
|
||||
import Fastify from "fastify";
|
||||
import fastifyAxios from "fastify-axios";
|
||||
import {
|
||||
jsonSchemaTransform,
|
||||
serializerCompiler,
|
||||
validatorCompiler,
|
||||
type ZodTypeProvider,
|
||||
@@ -32,6 +33,7 @@ await fastify.register(fastifySwagger, {
|
||||
},
|
||||
servers: [{ url: "http://localhost:8080", description: "Development" }],
|
||||
},
|
||||
transform: jsonSchemaTransform,
|
||||
});
|
||||
|
||||
await fastify.register(fastifySwaggerUi, {
|
||||
|
||||
Reference in New Issue
Block a user