1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-20 11:07:01 +00:00

ui: Cleanup routing

This commit is contained in:
James Hillyerd
2018-11-23 14:16:18 -08:00
parent 0f9585a52b
commit ba8e2de475
5 changed files with 28 additions and 27 deletions

View File

@@ -73,7 +73,7 @@ update session msg model =
OpenMessage header ->
( model
, Route.newUrl session.key (Route.Message header.mailbox header.id)
, Route.pushUrl session.key (Route.Message header.mailbox header.id)
, Session.none
)