fix play key times used on view page

Added early API listener enpionts
This commit is contained in:
Aaron Kimbre
2022-03-28 11:01:46 -05:00
parent faff08b160
commit b6905c9235
3 changed files with 31 additions and 2 deletions

View File

@@ -154,6 +154,8 @@ def register_blueprints(app):
app.register_blueprint(luclient_blueprint, url_prefix='/luclient')
from .reports import reports_blueprint
app.register_blueprint(reports_blueprint, url_prefix='/reports')
from .api import api_blueprint
app.register_blueprint(api_blueprint, url_prefix='/api')
def register_logging(app):