We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68e169 commit b47da5bCopy full SHA for b47da5b
README.md
@@ -57,7 +57,7 @@ let appRouter = OneOf {
57
}
58
59
// GET /books/:id
60
- Route(.case(AppRoute.books(id:))) {
+ Route(.case(AppRoute.book(id:))) {
61
Path { "books"; Digits() }
62
63
0 commit comments