deploy: testing mockup API

This commit is contained in:
2025-10-09 09:50:35 +07:00
parent ebb3925d05
commit 8b24695a75
4 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ type OpenApiDocumentation = Omit<Partial<OpenAPIV3.Document<OpenApiDocWithTagGro
export const swaggerPlugin = openapi({
path: '/swagger',
provider: 'swagger-ui',
provider: 'scalar',
mapJsonSchema: {
zod: z.toJSONSchema,
},