From be1bd1e4506ad0ab8031593a4ef6a80d105f48ec Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 29 Sep 2025 20:35:27 -0400 Subject: [PATCH] fix routes --- app/api/routes/routes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/api/routes/routes.py b/app/api/routes/routes.py index bf9548a..d22586f 100644 --- a/app/api/routes/routes.py +++ b/app/api/routes/routes.py @@ -392,7 +392,7 @@ def get_customer_office(): @api.route('/office/subcriptions', methods=['GET']) # @token_required -def get_subcriptions_list_office(): +def get_subscriptions_list_office(): # Call the dashboard service filters = { 'product_id': request.args.get('product_id'), @@ -404,7 +404,7 @@ def get_subcriptions_list_office(): response = SubscriptionsService.get_subscription_data(filters) return response -@api.route('/office/subcription-view', methods=['GET']) +@api.route('/office/subscription-view', methods=['GET']) # @token_required def get_subcriptions_view_office(): # Call the dashboard service