mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-11 08:48:33 +01:00
wip:
This commit is contained in:
@@ -36,6 +36,7 @@ class DispatchObject(db.Model):
|
||||
message = Column(String, primary_key=True)
|
||||
method = Column(String)
|
||||
dispatch_secret = Column(String)
|
||||
dispatch_error = Column(String)
|
||||
|
||||
@app.route('/get-dispatch-status')
|
||||
def get_dispatch_status():
|
||||
|
||||
Reference in New Issue
Block a user