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