fix favicon serve error
This commit is contained in:
parent
92f948719e
commit
7cd89837b8
@ -10,6 +10,7 @@ from players import Player
|
|||||||
sio = socketio.Server(cors_allowed_origins="*")
|
sio = socketio.Server(cors_allowed_origins="*")
|
||||||
app = socketio.WSGIApp(sio, static_files={
|
app = socketio.WSGIApp(sio, static_files={
|
||||||
'/': {'content_type': 'text/html', 'filename': 'index.html'},
|
'/': {'content_type': 'text/html', 'filename': 'index.html'},
|
||||||
|
'/favicon.ico': {'filename': 'favicon.ico'},
|
||||||
'/css': './css',
|
'/css': './css',
|
||||||
'/js': './js',
|
'/js': './js',
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user