Skip to content

Commit ae68b77

Browse files
Remove redundant line
1 parent e2266b8 commit ae68b77

File tree

1 file changed

+0
-1
lines changed
  • aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup

1 file changed

+0
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
9797

9898
app.UseAbpRequestLocalization();
9999

100-
101100
app.UseSignalR(routes =>
102101
{
103102
routes.MapHub<AbpCommonHub>("/signalr");

0 commit comments

Comments
 (0)