dash data

This commit is contained in:
CHIEFSOFT\ameye
2025-10-16 11:52:33 -04:00
parent cf0964b6a7
commit d9f9e7d6b7
3 changed files with 96 additions and 2 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ def get_recent_signup_office():
def get_office_sidebar():
# Call the dashboard service
filters = {}
result = OfficeDashboardService.get_payments_data(filters)
result = OfficeDashboardService.get_office_sidebar(filters)
return jsonify(result)
@api.route('/office/users', methods=['GET'])