Skip to content

Commit

Permalink
convert image url
Browse files Browse the repository at this point in the history
  • Loading branch information
freeziyou committed Feb 22, 2024
1 parent 496a09a commit 31e0311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def set_account():


@bp.route("/<team_id>/<message_id>/image/<img_key>", methods=["GET"])
@authenticated
# @authenticated
def get_image(team_id, message_id, img_key):
"""
1. 用 img_key 下载 image(cache)
Expand Down

0 comments on commit 31e0311

Please sign in to comment.