Skip to content

Commit

Permalink
Merge pull request #364 from SAFE-Stack/saturn-to-giraffe-fix
Browse files Browse the repository at this point in the history
Bugfix for Saturn to Giraffe guide manifesting as issue in bundled app
  • Loading branch information
mattgallagher92 authored Aug 16, 2024
2 parents 9ea0622 + dde22b8 commit 6463bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/client-server/saturn-to-giraffe.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ and replace it with this
```fsharp
let configureApp (app : IApplicationBuilder) =
app
.UseStaticFiles()
.UseFileServer()
.UseGiraffe webApp
let configureServices (services : IServiceCollection) =
Expand Down

0 comments on commit 6463bf8

Please sign in to comment.