Commit 8f4c944 1 parent 491f6bf commit 8f4c944 Copy full SHA for 8f4c944
File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -158,13 +158,6 @@ public static IServiceCollection ConfigureStorageProviders(this IServiceCollecti
158
158
return services ;
159
159
}
160
160
161
- public static IServiceCollection AddFileStorageService ( this IServiceCollection services )
162
- {
163
- services . AddTransient < FileStorageService > ( ) ;
164
-
165
- return services ;
166
- }
167
-
168
161
public static IServiceCollection ConfigureSearchProviders ( this IServiceCollection services )
169
162
{
170
163
services . AddTransient < ISearchService > ( provider =>
@@ -257,7 +250,7 @@ public static IServiceCollection AddMirrorServices(this IServiceCollection servi
257
250
258
251
public static IServiceCollection ConfigureAuthenticationProviders ( this IServiceCollection services )
259
252
{
260
- services . AddSingleton < IAuthenticationService , ApiKeyAuthenticationService > ( ) ;
253
+ services . AddTransient < IAuthenticationService , ApiKeyAuthenticationService > ( ) ;
261
254
262
255
return services ;
263
256
}
You can’t perform that action at this time.
0 commit comments