move route code out of server into own blueprints and cleanup the codebase
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from .battlesnake import create_battlesnake_blueprint
|
||||
from .metrics import create_metrics_blueprint
|
||||
from .dashboard import create_dashboard_blueprint
|
||||
Reference in New Issue
Block a user