mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 06:21:36 +01:00
This commit is contained in:
@@ -395,6 +395,12 @@ def save_in_dispatch_queue(persons, title, message, method):
|
|||||||
|
|
||||||
return dispatch_secrets
|
return dispatch_secrets
|
||||||
|
|
||||||
|
@app.route("/")
|
||||||
|
@app.route("/health")
|
||||||
|
def health():
|
||||||
|
|
||||||
|
return ("Not Iplemented, but at least it's running", 200)
|
||||||
|
|
||||||
def create_app():
|
def create_app():
|
||||||
|
|
||||||
db.create_all()
|
db.create_all()
|
||||||
|
|||||||
Reference in New Issue
Block a user