subscription style

This commit is contained in:
CHIEFSOFT\ameye
2025-07-26 16:33:44 -04:00
parent 9eb9e0c07c
commit 989c53c6be
+1 -1
View File
@@ -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)