diff options
| author | LLLL Colonq <llll@colonq> | 2025-12-02 14:26:48 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-12-02 14:26:48 -0500 |
| commit | 2a21b457d71e8cace0db0e3b4913234d25f38aec (patch) | |
| tree | 7c193c7dba2e4884152226cd2284f27ad53a8aad /fig-web/src/Fig/Web/Secure.hs | |
| parent | 4086896975a3b041da4cf3be4cd959ce92f8aade (diff) | |
Advent
Diffstat (limited to 'fig-web/src/Fig/Web/Secure.hs')
| -rw-r--r-- | fig-web/src/Fig/Web/Secure.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fig-web/src/Fig/Web/Secure.hs b/fig-web/src/Fig/Web/Secure.hs index 6b199c9..b2706dc 100644 --- a/fig-web/src/Fig/Web/Secure.hs +++ b/fig-web/src/Fig/Web/Secure.hs @@ -17,7 +17,7 @@ import Fig.Web.Auth import qualified Fig.Web.DB as DB import qualified Fig.Web.Module.Exchange as Exchange import qualified Fig.Web.Module.Redeem as Redeem -import qualified Fig.Web.Module.Puzzle as Puzzle +import qualified Fig.Web.Module.Advent as Advent allBusEvents :: SecureModuleArgs -> BusEventHandlers allBusEvents args = busEvents . mconcat $ fmap ($ args) @@ -54,6 +54,7 @@ app args = do [ ("menu", "menu.html") , ("soundboard", "soundboard.html") , ("throwshade", "throwshade.html") + , ("advent", "advent.html") , ("main.css", "main.css") , ("main.js", "main.js") ] @@ -70,6 +71,6 @@ app args = do respondText $ creds.user <> " " <> creds.twitchId Exchange.secure args Redeem.secure args - Puzzle.secure args + Advent.secure args Sc.notFound do respondText "not found" |
