fix(staff): align worker home route paths
- Updated staff_main modulePath to /worker-home - Updated main.dart to mount staff_main at /worker-home - Fixes RouteNotFoundException when navigating from auth
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
abstract class StaffMainRoutes {
|
||||
static const String modulePath = '/staff-main';
|
||||
static const String modulePath = '/worker-home';
|
||||
|
||||
static const String shifts = '/shifts';
|
||||
static const String payments = '/payments';
|
||||
|
||||
Reference in New Issue
Block a user