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/Public.hs | |
| parent | fb284963700ddf126fa4a1113158c28e0aa60733 (diff) | |
web: user-id endpoint
Diffstat (limited to 'fig-web/src/Fig/Web/Public.hs')
| -rw-r--r-- | fig-web/src/Fig/Web/Public.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-web/src/Fig/Web/Public.hs b/fig-web/src/Fig/Web/Public.hs index 4a929e9..69678bb 100644 --- a/fig-web/src/Fig/Web/Public.hs +++ b/fig-web/src/Fig/Web/Public.hs @@ -66,7 +66,7 @@ app args = do , ("gizmo", "gizmo.html") , ("advent", "advent.html") , ("debt", "debtclock.html") - , ("charsheet", "charsheet.html") + , ("charsheet", "charsheet-public.html") , ("main.js", "main.js") ] Wai.Static.<|> Wai.Static.hasPrefix "assets" , Wai.Static.addBase args.cfg.assetPath |
