tutorial fix
This commit is contained in:
parent
0a3b2272de
commit
c655c6e474
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ server = randomPoint
|
||||||
|
|
||||||
server' :: Server API'
|
server' :: Server API'
|
||||||
server' = server
|
server' = server
|
||||||
:<|> serveDirectoryWebApp "static"
|
:<|> serveDirectoryFileServer "static"
|
||||||
|
|
||||||
app :: Application
|
app :: Application
|
||||||
app = serve api' server'
|
app = serve api' server'
|
||||||
|
|
Loading…
Reference in a new issue