mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 02:44:52 +09:00
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)
|
||||
(actorFollowers actor)
|
||||
|
||||
provideHtmlAndAP deckAP $ redirectToPrettyJSON $ DeckR deckHash
|
||||
provideHtmlAndAP deckAP $ redirect $ DeckTicketsR deckHash
|
||||
|
||||
getDeckInboxR :: KeyHashid Deck -> Handler TypedContent
|
||||
getDeckInboxR = getInbox DeckInboxR deckActor
|
||||
|
|
Loading…
Reference in a new issue