Deprecate /getGameInfo endpoint

This commit is contained in:
Thomas Rubini 2022-11-29 13:35:11 +01:00
parent 563ce9ede7
commit 4b3c027385
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -38,7 +38,7 @@ def join_game():
return response
@api_routes.route("/getGameInfo")
def get_game_info():
def get_game_info(): # DEPRECATED, SHOULD BE REMOVED
response = {}
game_id = flask.request.args.get("game_id")
if game_id == None: