Skip to content

Commit

Permalink
feat: add param type to books
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgnhnt96 committed May 2, 2023
1 parent f8a4436 commit cc9fdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class AppPaths {
static WelcomePath get welcome => WelcomePath();

static UsersPath get users => UsersPath();
static Param get books => Param('books', 'bookId');
static Param<Param> get books => Param('books', 'bookId');
}

class WelcomePath extends Path<WelcomePath> {
Expand Down

0 comments on commit cc9fdad

Please sign in to comment.