Adds ChangeBanner for Creators
This commit is contained in:
@@ -52,7 +52,7 @@ public static class DependencyInjection
|
||||
|
||||
// Singleton services
|
||||
services.AddSingleton(TimeProvider.System);
|
||||
services.AddSingleton<IAzureBlobStorageService, AzureBlobStorageService>();
|
||||
services.AddSingleton<IBlobStorage, AzureBlobStorage>();
|
||||
|
||||
// Scoped services
|
||||
services.AddScoped<IIdentityService, IdentityService>();
|
||||
|
||||
Reference in New Issue
Block a user