mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-25 08:04:06 +03:00
Merge pull request #49 from bgins/update-routing-guide
Fix nested dynamic route example
This commit is contained in:
commit
8af587ddf3
@ -53,7 +53,7 @@ __Supported Parameters__: Only `String` and `Int` dynamic parameters are support
|
|||||||
You can also nest your dynamic routes. Here's an example:
|
You can also nest your dynamic routes. Here's an example:
|
||||||
|
|
||||||
|
|
||||||
__`Users/User_String/Posts/Post_Int.elm`__
|
__`Users/User_String/Posts/Id_Int.elm`__
|
||||||
|
|
||||||
URL | Params
|
URL | Params
|
||||||
:-- | :--
|
:-- | :--
|
||||||
|
Loading…
Reference in New Issue
Block a user