add calendar route
This commit is contained in:
@@ -210,7 +210,7 @@ class RouteGenerator {
|
|||||||
//===============================================================
|
//===============================================================
|
||||||
|
|
||||||
// Appointment Page
|
// Appointment Page
|
||||||
case '/appointments':
|
case '/calendar':
|
||||||
if (args is AppUser) {
|
if (args is AppUser) {
|
||||||
//print("route generator: $args");
|
//print("route generator: $args");
|
||||||
return MaterialPageRoute(
|
return MaterialPageRoute(
|
||||||
|
|||||||
Reference in New Issue
Block a user