Skip to content

Instantly share code, notes, and snippets.

@bchiang7
Last active November 12, 2019 18:21
Show Gist options
  • Save bchiang7/7f5d3037731d5fab7fd5f23b7896957f to your computer and use it in GitHub Desktop.
Save bchiang7/7f5d3037731d5fab7fd5f23b7896957f to your computer and use it in GitHub Desktop.
ADMIN.delete(
'/users/:id', // route path
isAuthenticated, // authentication middleware
isAdmin, // authorization middleware
adminUserController.deleteUser // controller
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment