From 559beb41056590fbf44b1592f5d15e30dbc121a5 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Fri, 20 May 2022 14:07:12 +0100 Subject: [PATCH] remove unused route was removed over a year ago https://github.com/alphagov/notifications-admin/commit/38cfee639084103bf2fca3dc8521b119e7c72430 --- app/platform_stats/rest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/platform_stats/rest.py b/app/platform_stats/rest.py index 859dd8cbe..cd8a68278 100644 --- a/app/platform_stats/rest.py +++ b/app/platform_stats/rest.py @@ -66,7 +66,6 @@ def validate_date_range_is_within_a_financial_year(start_date, end_date): return start_date, end_date -@platform_stats_blueprint.route('usage-for-all-services') @platform_stats_blueprint.route('data-for-billing-report') def get_data_for_billing_report(): start_date = request.args.get('start_date')