[server] Serve static files at root
This commit is contained in:
parent
e949c5e812
commit
8addea1058
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue