mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Remove redundant URLs for billing API endpoints
These aren't used in Admin.
This commit is contained in:
@@ -30,7 +30,6 @@ billing_blueprint = Blueprint(
|
|||||||
register_errors(billing_blueprint)
|
register_errors(billing_blueprint)
|
||||||
|
|
||||||
|
|
||||||
@billing_blueprint.route('/ft-monthly-usage')
|
|
||||||
@billing_blueprint.route('/monthly-usage')
|
@billing_blueprint.route('/monthly-usage')
|
||||||
def get_yearly_usage_by_monthly_from_ft_billing(service_id):
|
def get_yearly_usage_by_monthly_from_ft_billing(service_id):
|
||||||
try:
|
try:
|
||||||
@@ -42,7 +41,6 @@ def get_yearly_usage_by_monthly_from_ft_billing(service_id):
|
|||||||
return jsonify(data)
|
return jsonify(data)
|
||||||
|
|
||||||
|
|
||||||
@billing_blueprint.route('/ft-yearly-usage-summary')
|
|
||||||
@billing_blueprint.route('/yearly-usage-summary')
|
@billing_blueprint.route('/yearly-usage-summary')
|
||||||
def get_yearly_billing_usage_summary_from_ft_billing(service_id):
|
def get_yearly_billing_usage_summary_from_ft_billing(service_id):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user