mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 16:43:11 -04:00
flake8
This commit is contained in:
@@ -246,7 +246,10 @@ def get_notifications_as_json(service_id, message_type=None):
|
||||
|
||||
|
||||
@main.route('/services/<uuid:service_id>/notifications.csv', endpoint="view_notifications_csv")
|
||||
@main.route('/services/<uuid:service_id>/notifications/<template_type:message_type>.csv', endpoint="view_notifications_csv")
|
||||
@main.route(
|
||||
'/services/<uuid:service_id>/notifications/<template_type:message_type>.csv',
|
||||
endpoint="view_notifications_csv"
|
||||
)
|
||||
@user_has_permissions()
|
||||
def get_notifications(service_id, message_type, status_override=None):
|
||||
# TODO get the api to return count of pages as well.
|
||||
|
||||
Reference in New Issue
Block a user