Exemplo n.º 1
0
 def get(self, id_user=None):
     if not id_user:
         return 404
     # Do stuff
     return UserModel.find_by_user(id_user)