feat: update permit schema
This commit is contained in:
@@ -63,7 +63,7 @@ export async function permitRoutes(fastify: FastifyInstance) {
|
||||
type: "object",
|
||||
properties: { permitId: { type: "string" } },
|
||||
},
|
||||
body: $permit("updatePermitInput"),
|
||||
body: $permit("createPermitInput"),
|
||||
},
|
||||
},
|
||||
updatePermitHandler
|
||||
|
||||
Reference in New Issue
Block a user