This commit is contained in:
parent
46d8615ca8
commit
3f682dd031
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user