deploy: change method to get status from device

This commit is contained in:
2025-10-21 12:43:14 +07:00
parent c167f4ec43
commit a0687d26cc
3 changed files with 37 additions and 3 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,
},