Skip to content

Commit b916551

Browse files
committed
Update (BC 1127730)
1 parent 1240dae commit b916551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CS/WebDashboardAspNetCore/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
app.UseAuthorization();
4040
app.MapRazorPages();
4141

42-
EndpointRouteBuilderExtension.MapDashboardRoute(app, "dashboardControl", "DefaultDashboard");
42+
app.MapDashboardRoute("dashboardControl", "DefaultDashboard");
4343

4444
app.Run();

0 commit comments

Comments
 (0)