about summary refs log tree commit diff
path: root/src/Server.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server.hs')
-rw-r--r--src/Server.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Server.hs b/src/Server.hs
index 373bb7d6b51f..c025be009a2e 100644
--- a/src/Server.hs
+++ b/src/Server.hs
@@ -42,6 +42,7 @@ tazBlog acid resDir = do
               , method POST >> processLogin acid ]
          , dir "static" $ staticHandler resDir
          , blogHandler acid EN
+         , staticHandler resDir
          , notFound $ toResponse $ showError NotFound DE
          ]