We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6a2a0 commit dde22b8Copy full SHA for dde22b8
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