Update project-router.ts

This commit is contained in:
Daniel Hougaard
2024-02-14 00:58:43 +01:00
parent c0e0ddde76
commit 3415514fde

View File

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