git gud
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-12-06 02:56:53 +01:00
parent 46d8615ca8
commit 3f682dd031
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class MeApi(Resource):
usermetadataschema = UserMetadataSchema(many=False)
def post(self):
def get(self):
username = get_jwt_identity()
# username = "jozska"
user = VideonUser.query.filter_by(name=username).first_or_404()