Deprecate /getGameInfo endpoint
This commit is contained in:
		
							parent
							
								
									563ce9ede7
								
							
						
					
					
						commit
						4b3c027385
					
				| @ -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: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user