forked from kompetenzinventar/ki-backend
implement address update
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user