diff options
Diffstat (limited to 'api/game/accept.py')
| -rw-r--r-- | api/game/accept.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/api/game/accept.py b/api/game/accept.py index 7aab697..073f422 100644 --- a/api/game/accept.py +++ b/api/game/accept.py @@ -12,6 +12,7 @@ from game.new import start_game  join_game = Blueprint('game_accept', __name__) +# join a game by game_id (public or private)  @join_game.route('/accept', methods = ['POST'])  @auth_required("user")  def index(game_id):  |