diff options
-rw-r--r-- | src/Server.hs | 1 |
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 ] |