1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 18:24:51 +09:00

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