mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
@@ -66,7 +66,6 @@ def validate_date_range_is_within_a_financial_year(start_date, end_date):
|
|||||||
return 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')
|
@platform_stats_blueprint.route('data-for-billing-report')
|
||||||
def get_data_for_billing_report():
|
def get_data_for_billing_report():
|
||||||
start_date = request.args.get('start_date')
|
start_date = request.args.get('start_date')
|
||||||
|
|||||||
Reference in New Issue
Block a user