Skip to content

Commit 6463bf8

Browse files
Merge pull request #364 from SAFE-Stack/saturn-to-giraffe-fix
Bugfix for Saturn to Giraffe guide manifesting as issue in bundled app
2 parents 9ea0622 + dde22b8 commit 6463bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)