UI: Redirect DeckR to DeckTicketsR
This commit is contained in:
parent
5d5919d75a
commit
58ca5e998e
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ getDeckR deckHash = do
|
||||||
(DeckUnfollowR deckHash)
|
(DeckUnfollowR deckHash)
|
||||||
(actorFollowers actor)
|
(actorFollowers actor)
|
||||||
|
|
||||||
provideHtmlAndAP deckAP $ redirectToPrettyJSON $ DeckR deckHash
|
provideHtmlAndAP deckAP $ redirect $ DeckTicketsR deckHash
|
||||||
|
|
||||||
getDeckInboxR :: KeyHashid Deck -> Handler TypedContent
|
getDeckInboxR :: KeyHashid Deck -> Handler TypedContent
|
||||||
getDeckInboxR = getInbox DeckInboxR deckActor
|
getDeckInboxR = getInbox DeckInboxR deckActor
|
||||||
|
|
Loading…
Reference in a new issue