UI: Redirect DeckR to DeckTicketsR

This commit is contained in:
fr33domlover 2022-10-16 22:24:41 +00:00
parent 5d5919d75a
commit 58ca5e998e

View file

@ -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