diff options
| author | LLLL Colonq <llll@colonq> | 2025-12-16 14:28:54 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-12-16 14:28:54 -0500 |
| commit | fe4d5cfedaaa0aebde3d3ab3f1fbfff7e40d66de (patch) | |
| tree | 4b94c74edd5ce4ce13fd92f90931ac89807ba0f8 /fig-web/src/Fig/Web/Public.hs | |
| parent | fbe045e102cd9e1c783df365ed939453bd6e5dad (diff) | |
Debt clock
Diffstat (limited to 'fig-web/src/Fig/Web/Public.hs')
| -rw-r--r-- | fig-web/src/Fig/Web/Public.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fig-web/src/Fig/Web/Public.hs b/fig-web/src/Fig/Web/Public.hs index 297dac1..89602bb 100644 --- a/fig-web/src/Fig/Web/Public.hs +++ b/fig-web/src/Fig/Web/Public.hs @@ -64,6 +64,7 @@ app args = do [ ("register", "register.html") , ("gizmo", "gizmo.html") , ("advent", "advent.html") + , ("debt", "debtclock.html") , ("main.css", "main.css") , ("main.js", "main.js") ] Wai.Static.<|> Wai.Static.hasPrefix "assets" |
