✨ Post details
This commit is contained in:
@ -28,5 +28,7 @@ class AppRouter extends RootStackRouter {
|
||||
path: '/account/me/publishers/:id',
|
||||
),
|
||||
AutoRoute(page: PostComposeRoute.page, path: '/posts/compose'),
|
||||
AutoRoute(page: PostDetailRoute.page, path: '/posts/:id'),
|
||||
AutoRoute(page: PostEditRoute.page, path: '/posts/:id/edit'),
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user