From 989c53c6be28ef9178c60f856524eecb38271703 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 26 Jul 2025 16:33:44 -0400 Subject: [PATCH] subscription style --- app/api/services/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/account.py b/app/api/services/account.py index 5874cf8..0a0e6ea 100644 --- a/app/api/services/account.py +++ b/app/api/services/account.py @@ -33,7 +33,7 @@ class AccountService(BaseService): {"id": "3", "description": "Appointments", "last_update": "10-12-2010 11:30 AM", "value": random.randint(0, 10), "data_span": 'Last 14 days',"link":"#", "extra_style" : ''}, {"id": "4", "description": "Upgrade Account", "last_update": "10-12-2010 11:30 AM", - "value": "Free Trial", "data_span": 'End: 10/10/2025',"link":"#", "extra_style" : " billing "} + "value": "Free Trial", "data_span": 'End: 10/10/2025',"link":"/subscription", "extra_style" : " billing "} ] } return ResponseHelper.success(data=bar_data)