mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
Fixed POST from auth to GET
This commit is contained in:
parent
f672102706
commit
71e6556047
|
|
@ -67,7 +67,7 @@ def tex_get():
|
|||
return jsonify({"status": "success"})
|
||||
|
||||
|
||||
@app.route("/api/v1/auth/provider/steam/login", methods=["GET"])
|
||||
@app.route("/api/v1/auth/provider/steam/login", methods=["POST"])
|
||||
def steam_login():
|
||||
# here we want to get the value of user (i.e. ?user=some-value)
|
||||
steam_token = request.args.get('token')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user