UI: Since getLoomR doesn't have UI, redirect to LoomClothsR

This commit is contained in:
fr33domlover 2022-09-27 10:52:31 +00:00
parent 587ae5e8cc
commit c5b85d11a9

View file

@ -119,9 +119,7 @@ getLoomR loomHash = do
} }
} }
provideHtmlAndAP loomAP $ redirectToPrettyJSON here provideHtmlAndAP loomAP $ redirect $ LoomClothsR loomHash
where
here = LoomR loomHash
getLoomInboxR :: KeyHashid Loom -> Handler TypedContent getLoomInboxR :: KeyHashid Loom -> Handler TypedContent
getLoomInboxR = getInbox LoomInboxR loomActor getLoomInboxR = getInbox LoomInboxR loomActor