We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ea0622 + dde22b8 commit 6463bf8Copy full SHA for 6463bf8
docs/recipes/client-server/saturn-to-giraffe.md
@@ -46,7 +46,7 @@ and replace it with this
46
```fsharp
47
let configureApp (app : IApplicationBuilder) =
48
app
49
- .UseStaticFiles()
+ .UseFileServer()
50
.UseGiraffe webApp
51
52
let configureServices (services : IServiceCollection) =
0 commit comments