add game to server
This commit is contained in:
parent
90959bcc62
commit
6685ac2ce2
@ -10,6 +10,7 @@ from bang.players import Player
|
||||
sio = socketio.Server(cors_allowed_origins="*")
|
||||
app = socketio.WSGIApp(sio, static_files={
|
||||
'/': {'content_type': 'text/html', 'filename': 'index.html'},
|
||||
'/game': {'content_type': 'text/html', 'filename': 'index.html'},
|
||||
'/favicon.ico': {'filename': 'favicon.ico'},
|
||||
'/img/icons': './img/icons',
|
||||
'/manifest.json': {'filename': 'manifest.json'},
|
||||
|
Loading…
Reference in New Issue
Block a user