Update project-router.ts

This commit is contained in:
Daniel Hougaard
2024-02-14 00:59:26 +01:00
parent 3415514fde
commit 43aae87fb0

View File

@@ -263,7 +263,7 @@ export const registerProjectRouter = async (server: FastifyZodProvider) => {
200: z.object({
invitee: UsersSchema,
latestKey: ProjectKeysSchema.optional()
}) //
})
}
},
onRequest: verifyAuth([AuthMode.JWT]),