Add delivery status endpoint

This commit is contained in:
Adam Shimali
2016-04-29 12:59:36 +01:00
parent 519b912edc
commit b51ee0b4d0
4 changed files with 76 additions and 3 deletions

View File

@@ -85,7 +85,8 @@ def init_app(app):
url_for('status.show_status'),
url_for('notifications.process_ses_response'),
url_for('notifications.process_firetext_response'),
url_for('notifications.process_mmg_response')
url_for('notifications.process_mmg_response'),
url_for('status.show_delivery_status'),
]
if request.path not in no_auth_req:
from app.authentication import auth