maliming
4 years ago
No known key found for this signature in database
GPG Key ID: 96224957E51C89E
1 changed files with
1 additions and
1 deletions
-
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 => |
|
|
|
{ |
|
|
|
|