Skip to content

Commit

Permalink
Fix FS projects start
Browse files Browse the repository at this point in the history
  • Loading branch information
korser1 committed Jan 13, 2022
1 parent 531c9aa commit f385bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Content/NetCoreTool.Template.WebApi/FSharp/Startup.fs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ type Startup(configuration: IConfiguration) =
#endif
#endif
// Add framework services.
services.AddControllers()
services.AddControllers() |> ignore

// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
member _.Configure(app: IApplicationBuilder, env: IWebHostEnvironment) =
Expand Down

0 comments on commit f385bbe

Please sign in to comment.