implement address update

This commit is contained in:
2021-06-27 12:20:36 +02:00
parent 101bc20923
commit 54a6686474
3 changed files with 32 additions and 1 deletions

View File

@ -122,6 +122,7 @@ def get_user_profile(user_id):
@app.route("/users/<user_id>/profile", methods=["POST"])
@token_auth
def update_profile(user_id):
return update_profile_handler(user_id)