TF-2134 Add mailto page router
(cherry picked from commit d2d3acf255e5b616d55ae379cf1f79f6cc098639)
This commit is contained in:
@@ -2,8 +2,7 @@ abstract class AppRoutes {
|
||||
static const home = '/';
|
||||
static const login = '/login';
|
||||
static const session = '/session';
|
||||
static const dashboard = '/dashboard/';
|
||||
static const dashboardWithParameter = '/dashboard/:id';
|
||||
static const dashboard = '/dashboard';
|
||||
static const settings = '/settings';
|
||||
static const composer = '/composer';
|
||||
static const destinationPicker = '/destination_picker';
|
||||
@@ -14,4 +13,5 @@ abstract class AppRoutes {
|
||||
static const emailsForwardCreator = '/emails_forward_creator';
|
||||
static const unknownRoutePage = '/notfound';
|
||||
static const searchMailbox = '/search_mailbox';
|
||||
static const mailtoURL = '/mailto';
|
||||
}
|
||||
Reference in New Issue
Block a user