Skip to content

Instantly share code, notes, and snippets.

@malectro
Last active May 11, 2017 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malectro/cc04c0da405024087eee2b01328d2dd3 to your computer and use it in GitHub Desktop.
Save malectro/cc04c0da405024087eee2b01328d2dd3 to your computer and use it in GitHub Desktop.
@require_auth
@require_admin
def get(self):
args = self.get_parser().parse_args()
return User.get_by_id(args.id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment