fix sanic/flask deprecation/confusion
This commit is contained in:
@@ -14,7 +14,7 @@ from sanic_prometheus import monitor
|
||||
from slack import slack_app
|
||||
|
||||
app = Sanic(__name__)
|
||||
app.register_blueprint(slack_app)
|
||||
app.blueprint(slack_app)
|
||||
monitor(app).expose_endpoint()
|
||||
|
||||
# API key for godoor controllers authenticating to k-space:floor
|
||||
|
||||
Reference in New Issue
Block a user