TF-1074 Handle go to path /dashboard
This commit is contained in:
@@ -2,7 +2,7 @@ abstract class AppRoutes {
|
||||
static const home = '/';
|
||||
static const login = '/login';
|
||||
static const session = '/session';
|
||||
static const dashboard = '/dashBoard';
|
||||
static const dashboard = '/dashboard';
|
||||
static const composer = '/composer';
|
||||
static const destinationPicker = '/destination_picker';
|
||||
static const settings = '/settings';
|
||||
|
||||
Reference in New Issue
Block a user