Skip to content

Instantly share code, notes, and snippets.

@appletreeat56
Created October 25, 2022 14:25
Show Gist options
  • Save appletreeat56/29c10abebe0376b5111336690b5a7afe to your computer and use it in GitHub Desktop.
Save appletreeat56/29c10abebe0376b5111336690b5a7afe to your computer and use it in GitHub Desktop.
router.post(
'/',
checkSchema(charitySchema),
validateCharity,
async (req: Request, res: Response, next: NextFunction) => {
// Insert business logic post validation here
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment