Adds ChangeBanner for Creators

This commit is contained in:
Jonathan Bourdon
2024-08-05 16:32:00 -04:00
parent e617b5ffd3
commit 8f0ed2644b
8 changed files with 30 additions and 56 deletions

View File

@@ -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>();