Config for URLS prod

This commit is contained in:
2026-05-02 14:15:12 -04:00
parent cef4ba0f19
commit 9ea5b872fc
4 changed files with 85 additions and 4 deletions
+1 -1
View File
@@ -748,7 +748,7 @@ def get_recent_signup_office():
def get_recent_account_office():
# Call the dashboard service
filters = {}
result = OfficeDashboardService.get_recent_signup_data(filters)
result = OfficeDashboardService.get_recent_account_data(filters)
return jsonify(result)