Add missing AddSingleton
This commit is contained in:
@@ -48,6 +48,7 @@ namespace Akari.Prototype.Server
|
||||
services.AddSingleton<IAuthManager, AuthManager>();
|
||||
services.AddSingleton<IKeyManager, KeyManager>();
|
||||
services.AddSingleton<IApplicationsManager, ApplicationsManager>();
|
||||
services.AddSingleton<IMasterKeyService, MasterKeyService>();
|
||||
services.AddSingleton<AkariPath>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user