Skip to content

Commit

Permalink
.AspNetCore: adjusting README to current code usage (#478)
Browse files Browse the repository at this point in the history
* .AspNetCore: adjusting README to current code usage

  Co-authored by @xperiandri
  • Loading branch information
valbers authored Apr 13, 2024
1 parent ac6eae9 commit 5db0bfa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/FSharp.Data.GraphQL.Server.AspNetCore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ type Startup private () =
.UseGiraffeErrorHandler(errorHandler)
.UseWebSockets()
.UseWebSocketsForGraphQL<Root>() // STEP 2: using the GraphQL websocket middleware
.UseGiraffe
(HttpHandlers.handleGraphQL<Root>
applicationLifetime.ApplicationStopping
(loggerFactory.CreateLogger("FSharp.Data.GraphQL.Server.AspNetCore.HttpHandlers.handleGraphQL"))
)
.UseGiraffe (HttpHandlers.handleGraphQL<Root>)
member val Configuration : IConfiguration = null with get, set
Expand Down

0 comments on commit 5db0bfa

Please sign in to comment.