Skip to content

Commit 35ac392

Browse files
KevinRansomryanbrandenburg
authored andcommitted
Fix F# template (#7637)
1 parent 02dbe55 commit 35ac392

File tree

1 file changed

+1
-2
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-FSharp

1 file changed

+1
-2
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-FSharp/Startup.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ type Startup private () =
4545
routes.MapControllerRoute(
4646
name = "default",
4747
template = "{controller=Home}/{action=Index}/{id?}") |> ignore
48-
) |> ignore
49-
routes.MapRazorPages() |> ignore
48+
routes.MapRazorPages() |> ignore) |> ignore
5049

5150
app.UseAuthorization() |> ignore
5251

0 commit comments

Comments
 (0)