diff options
| author | LLLL Colonq <llll@colonq> | 2026-02-20 18:41:01 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-02-20 18:41:01 -0500 |
| commit | b837bfb0f878a84d429a2b4f39bce33fc58274ba (patch) | |
| tree | 5f91c0be78d509a083b979d30aa1008f7600c0ae /fig-web/src/Fig/Web/Secure.hs | |
| parent | fb284963700ddf126fa4a1113158c28e0aa60733 (diff) | |
web: user-id endpoint
Diffstat (limited to 'fig-web/src/Fig/Web/Secure.hs')
| -rw-r--r-- | fig-web/src/Fig/Web/Secure.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fig-web/src/Fig/Web/Secure.hs b/fig-web/src/Fig/Web/Secure.hs index 628cd56..b5d3299 100644 --- a/fig-web/src/Fig/Web/Secure.hs +++ b/fig-web/src/Fig/Web/Secure.hs @@ -55,6 +55,7 @@ app args = do , ("soundboard", "soundboard.html") , ("throwshade", "throwshade.html") , ("advent", "advent.html") + , ("charedit", "charsheet-private.html") , ("main.js", "main.js") ] Wai.Static.<|> Wai.Static.hasPrefix "assets" |
