move css styleing into own files and allow to open the game with a url on the battlesnake side
This commit is contained in:
@@ -25,6 +25,7 @@ def create_dashboard_blueprint(server:'Server') -> Blueprint:
|
||||
initial_game_id=initial_game_id,
|
||||
initial_summary=initial_summary,
|
||||
initial_games=initial_games,
|
||||
battlesnake_url=os.getenv('BATTLESNAKE_GAMEBOARD_URL', 'https://play.battlesnake.com/game')
|
||||
)
|
||||
|
||||
@blueprint.get('/dashboard/customizations/<path:asset_path>')
|
||||
|
||||
Reference in New Issue
Block a user