feat: update permit schema

This commit is contained in:
2025-09-24 15:59:40 +05:30
parent b68ab704da
commit b9572953b5
4 changed files with 114 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ export async function permitRoutes(fastify: FastifyInstance) {
type: "object",
properties: { permitId: { type: "string" } },
},
body: $permit("updatePermitInput"),
body: $permit("createPermitInput"),
},
},
updatePermitHandler