mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-04 13:40:52 -04:00
Added get provider by id
This commit is contained in:
@@ -91,9 +91,7 @@ def init_app(app):
|
||||
url_for('notifications.process_ses_response'),
|
||||
url_for('notifications.process_firetext_response'),
|
||||
url_for('notifications.process_mmg_response'),
|
||||
url_for('status.show_delivery_status'),
|
||||
url_for('provider_details.get_providers'),
|
||||
"/provider-details/41ade136-33bc-4151-be23-a04084cde50b"
|
||||
url_for('status.show_delivery_status')
|
||||
]
|
||||
if request.path not in no_auth_req:
|
||||
from app.authentication import auth
|
||||
|
||||
Reference in New Issue
Block a user