Skip to content

Commit

Permalink
add missing route
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Feb 29, 2012
1 parent 327f051 commit 3ebdc55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def make_app(global_conf, **settings):
config.add_route('api.play', '/api/play')
config.add_route('api.quit', '/api/quit')
config.add_route('api.move', '/api/move')
config.add_route('api.chat', '/api/chat')
config.add_route('api.updates', '/api/updates/{gameid}')

config.scan('api')
Expand Down

0 comments on commit 3ebdc55

Please sign in to comment.