rename owncast_redeem_dashboard->tlapbot_dashboard
This commit is contained in:
parent
26c94a65a9
commit
b8e465e50c
|
@ -44,7 +44,7 @@ def create_app(test_config=None):
|
||||||
from . import owncast_webhooks
|
from . import owncast_webhooks
|
||||||
from . import owncast_redeem_dashboard
|
from . import owncast_redeem_dashboard
|
||||||
app.register_blueprint(owncast_webhooks.bp)
|
app.register_blueprint(owncast_webhooks.bp)
|
||||||
app.register_blueprint(owncast_redeem_dashboard.bp)
|
app.register_blueprint(tlapbot_dashboard.bp)
|
||||||
|
|
||||||
# add db CLI commands
|
# add db CLI commands
|
||||||
from . import db
|
from . import db
|
||||||
|
|
Loading…
Reference in New Issue