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:
parent
587ae5e8cc
commit
c5b85d11a9
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue