Skip to content

Commit

Permalink
Update Startup.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamoctoclose authored Feb 20, 2023
1 parent 1787b89 commit 6b2d1db
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 6b2d1db

Please sign in to comment.