added personal_data endpoints, providers and states
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
"width": 1000
|
||||
},
|
||||
"search": [
|
||||
"icon"
|
||||
"functions"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -18,6 +18,9 @@ class AppRoutes {
|
||||
static const legacy = '/legacy';
|
||||
|
||||
static const accountSettings = '$legacy/account_settings';
|
||||
static const personalData = '$accountSettings/personal_data';
|
||||
static const linkedDevices = '$accountSettings/linked_devices';
|
||||
|
||||
static const legacyDashboard = '$legacy/dashboard';
|
||||
|
||||
static const dashboardHub = '$legacyDashboard/hub';
|
||||
|
||||
Reference in New Issue
Block a user