Skip to content

Commit c17f262

Browse files
committed
Update (BC 1127730)
1 parent 5dc515f commit c17f262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CS/AspNetCoreDashboard/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
app.UseAuthorization();
4040
app.MapRazorPages();
41-
EndpointRouteBuilderExtension.MapDashboardRoute(app, "dashboardControl", "DefaultDashboard");
41+
app.MapDashboardRoute("dashboardControl", "DefaultDashboard");
4242
app.MapDefaultControllerRoute();
4343

4444
app.Run();

0 commit comments

Comments
 (0)