[server] Serve static files at root

This commit is contained in:
Vincent Ambo 2016-02-13 09:20:43 +01:00
parent e949c5e812
commit 8addea1058

View file

@ -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
]