fixed api routes

This commit is contained in:
hannathkadher
2024-10-08 10:33:35 +04:00
parent 3b5de59131
commit fc7ccb8ad8
2 changed files with 16 additions and 16 deletions

View File

@ -12,7 +12,7 @@ class AppRoutes {
return [
GoRoute(
path: RoutesConst.auth,
builder: (context, state) => const HomePage(),
builder: (context, state) => const LoginPage(),
),
GoRoute(
path: RoutesConst.home,