Skip to content

Commit

Permalink
Merge pull request #12 from OctopusSamples/adamoctoclose-patch-1
Browse files Browse the repository at this point in the history
Update Startup.cs
  • Loading branch information
adamoctoclose authored Feb 20, 2023
2 parents 1787b89 + 6b2d1db commit c74c6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OctopusSamples.OctoPetShop.Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
endpoints.MapRazorPages();
endpoints.MapControllerRoute("default", "{controller=Home}/{action=Index}/{id?}");

});
}
}
Expand Down

0 comments on commit c74c6e8

Please sign in to comment.