Skip to content

Commit c46a12c

Browse files
committed
1 parent 0e7438d commit c46a12c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerF
100100
app.UseRouting();
101101

102102
app.UseAuthentication();
103+
app.UseAuthorization();
103104

104105
app.UseAbpRequestLocalization();
105-
106-
106+
107107
app.UseEndpoints(endpoints =>
108108
{
109109
endpoints.MapHub<AbpCommonHub>("/signalr");

0 commit comments

Comments
 (0)