Compare commits
2 Commits
b01278b32f
...
8a5861e251
Author | SHA1 | Date |
---|---|---|
|
8a5861e251 | |
|
db0f0ead7a |
|
@ -49,6 +49,8 @@ routeParser =
|
|||
P.oneOf
|
||||
[ P.top
|
||||
|> P.map Home
|
||||
, P.s "elm-matrix-sdk-beta"
|
||||
|> P.map Home
|
||||
, P.s "home"
|
||||
|> P.map Home
|
||||
, P.s "index"
|
||||
|
@ -56,6 +58,9 @@ routeParser =
|
|||
, P.s "dev"
|
||||
</> P.s "Main.elm"
|
||||
|> P.map Home
|
||||
, P.s "elm-matrix-sdk-beta"
|
||||
</> P.top
|
||||
|> P.map Home
|
||||
, P.s "object"
|
||||
</> P.string
|
||||
|> P.map ViewObject
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue