mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 03:04:51 +09:00
UI: Since getLoomR doesn't have UI, redirect to LoomClothsR
This commit is contained in:
parent
587ae5e8cc
commit
c5b85d11a9
1 changed files with 1 additions and 3 deletions
|
@ -119,9 +119,7 @@ getLoomR loomHash = do
|
|||
}
|
||||
}
|
||||
|
||||
provideHtmlAndAP loomAP $ redirectToPrettyJSON here
|
||||
where
|
||||
here = LoomR loomHash
|
||||
provideHtmlAndAP loomAP $ redirect $ LoomClothsR loomHash
|
||||
|
||||
getLoomInboxR :: KeyHashid Loom -> Handler TypedContent
|
||||
getLoomInboxR = getInbox LoomInboxR loomActor
|
||||
|
|
Loading…
Reference in a new issue