tutorial fix

This commit is contained in:
Alp Mestanogullari 2017-01-09 01:20:57 +01:00 committed by Oleg Grenrus
parent 0a3b2272de
commit c655c6e474

View File

@ -136,7 +136,7 @@ server = randomPoint
server' :: Server API'
server' = server
:<|> serveDirectoryWebApp "static"
:<|> serveDirectoryFileServer "static"
app :: Application
app = serve api' server'