mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05:00
Rename get_usage_for_all_services to get_data_for_billing_report
That describes what it does more correctly. As it does not include services with no usage.
This commit is contained in:
@@ -59,7 +59,8 @@ def validate_date_range_is_within_a_financial_year(start_date, end_date):
|
||||
|
||||
|
||||
@platform_stats_blueprint.route('usage-for-all-services')
|
||||
def get_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')
|
||||
end_date = request.args.get('end_date')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user