Пример #1
0
 def get(self, user_id):
     user = Users.by_id(user_id)
     return jsonify(user.to_dict())