maliming
4 years ago
No known key found for this signature in database
GPG Key ID: 96224957E51C89E
1 changed files with
2 additions and
0 deletions
-
framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/AbpAspNetCoreModule.cs
|
|
|
@ -33,6 +33,8 @@ public class AbpAspNetCoreModule : AbpModule |
|
|
|
{ |
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context) |
|
|
|
{ |
|
|
|
context.Services.AddAuthenticationCore(); |
|
|
|
|
|
|
|
Configure<AbpAuditingOptions>(options => |
|
|
|
{ |
|
|
|
options.Contributors.Add(new AspNetCoreAuditLogContributor()); |
|
|
|
|