Config for URLS prod
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user