Fix F# template (#7637)

This commit is contained in:
Kevin Ransom (msft) 2019-03-06 12:47:28 -08:00 committed by Ryan Brandenburg
parent 02dbe55466
commit 35ac392fb6
1 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@ type Startup private () =
routes.MapControllerRoute(
name = "default",
template = "{controller=Home}/{action=Index}/{id?}") |> ignore
) |> ignore
routes.MapRazorPages() |> ignore
routes.MapRazorPages() |> ignore) |> ignore
app.UseAuthorization() |> ignore