change reference to tlapbot dashboard in init py
This commit is contained in:
parent
f8a174b94f
commit
7a37f8afcf
|
@ -42,7 +42,7 @@ def create_app(test_config=None):
|
||||||
|
|
||||||
# prepare webhooks and redeem dashboard blueprints
|
# prepare webhooks and redeem dashboard blueprints
|
||||||
from . import owncast_webhooks
|
from . import owncast_webhooks
|
||||||
from . import owncast_redeem_dashboard
|
from . import tlapbot_dashboard
|
||||||
app.register_blueprint(owncast_webhooks.bp)
|
app.register_blueprint(owncast_webhooks.bp)
|
||||||
app.register_blueprint(tlapbot_dashboard.bp)
|
app.register_blueprint(tlapbot_dashboard.bp)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue