fix routes

This commit is contained in:
CHIEFSOFT\ameye
2025-09-29 20:35:27 -04:00
parent 704c8bd7ed
commit be1bd1e450
+2 -2
View File
@@ -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