Skip to content

Commit

Permalink
chore: adjust naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cir9no committed Feb 10, 2025
1 parent a555f59 commit 61eaa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seafevent_server/request_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def add_convert_wiki_task():


@app.route('/update-cover-face-photo', methods=['POST'])
def update_key_photo():
def update_cover_photo():
is_valid, error = check_auth_token(request)
if not is_valid:
return make_response((error, 403))
Expand Down

0 comments on commit 61eaa63

Please sign in to comment.