Skip to content

Commit dde22b8

Browse files
committed
Bugfix for Saturn to Giraffe guide manifesting as issue in bundled app. #362
1 parent 4c6a2a0 commit dde22b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/client-server/saturn-to-giraffe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ and replace it with this
4646
```fsharp
4747
let configureApp (app : IApplicationBuilder) =
4848
app
49-
.UseStaticFiles()
49+
.UseFileServer()
5050
.UseGiraffe webApp
5151
5252
let configureServices (services : IServiceCollection) =

0 commit comments

Comments
 (0)