add support for API permissions at the UI layer - including ability to delegate user, role, profile management
This commit is contained in:
@ -49,7 +49,6 @@ namespace Microsoft.Extensions.DependencyInjection
|
||||
services.AddScoped<IUrlMappingService, UrlMappingService>();
|
||||
services.AddScoped<IVisitorService, VisitorService>();
|
||||
services.AddScoped<ISyncService, SyncService>();
|
||||
services.AddScoped<IApiService, ApiService>();
|
||||
|
||||
return services;
|
||||
}
|
||||
|
Reference in New Issue
Block a user