Last active
May 11, 2017 19:52
-
-
Save malectro/cc04c0da405024087eee2b01328d2dd3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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