Skip to content

Commit c655c6e

Browse files
alpmestanphadej
authored andcommitted
tutorial fix
1 parent 0a3b227 commit c655c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/Javascript.lhs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ server = randomPoint
136136
137137
server' :: Server API'
138138
server' = server
139-
:<|> serveDirectoryWebApp "static"
139+
:<|> serveDirectoryFileServer "static"
140140
141141
app :: Application
142142
app = serve api' server'

0 commit comments

Comments
 (0)