Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mounting dynamic routes. FIxes #250 #288

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
typo
  • Loading branch information
davidmartos96 committed Sep 15, 2022
commit 7d4fd13eb04164a642009484136bc4cc64fd3336
2 changes: 1 addition & 1 deletion pkgs/shelf_router/test/router_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void main() {
});

test('can mount dynamic routes', () async {
// routes for an [user] to [other]. This nests gets nested
// routes for an [user] to [other]. This gets nested
// parameters from previous mounts
Handler createUserToOtherHandler(String user, String other) {
var router = Router();
Expand Down