Schema changes
This commit is contained in:
@@ -34,9 +34,6 @@ export async function permitRoutes(fastify: FastifyInstance) {
|
||||
permitId: { type: "string" },
|
||||
},
|
||||
},
|
||||
response: {
|
||||
200: $permit("getPermitResponse"),
|
||||
},
|
||||
},
|
||||
config: { requiredClaims: ["permit:read"] },
|
||||
preHandler: [fastify.authorize],
|
||||
|
||||
Reference in New Issue
Block a user