summaryrefslogtreecommitdiff
path: root/fig-web/src
diff options
context:
space:
mode:
Diffstat (limited to 'fig-web/src')
-rw-r--r--fig-web/src/Fig/Web/Secure.hs1
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 20b16c5..6b199c9 100644
--- a/fig-web/src/Fig/Web/Secure.hs
+++ b/fig-web/src/Fig/Web/Secure.hs
@@ -52,6 +52,7 @@ app args = do
[ Wai.Static.isNotAbsolute
, Wai.Static.only
[ ("menu", "menu.html")
+ , ("soundboard", "soundboard.html")
, ("throwshade", "throwshade.html")
, ("main.css", "main.css")
, ("main.js", "main.js")