forked from CFC-Servers/cfc_chat_transit
Correct steamid ke y
This commit is contained in:
parent
07a54c0b33
commit
c85d4d027c
@ -13,7 +13,7 @@ base_url = os.getenv("AVATAR_SERVICE_URL")
|
||||
@app.route("/outline", methods=["POST"])
|
||||
def outline() -> str:
|
||||
content = request.json
|
||||
steam_id = content["steamid"]
|
||||
steam_id = content["steamID"]
|
||||
|
||||
avatar_path = f"/avatars/{steam_id}.png"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user