Browse Source

Update AbpAspNetCoreModule.cs

pull/14518/head
maliming 4 years ago
parent
commit
64662f8958
No known key found for this signature in database GPG Key ID: 96224957E51C89E
  1. 2
      framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/AbpAspNetCoreModule.cs

2
framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/AbpAspNetCoreModule.cs

@ -33,7 +33,7 @@ public class AbpAspNetCoreModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.AddAuthenticationCore();
context.Services.AddAuthorization();
Configure<AbpAuditingOptions>(options =>
{

Loading…
Cancel
Save