...
This commit is contained in:
@@ -66,6 +66,7 @@ namespace Hushian.Application
|
||||
services.AddScoped(typeof(ChatService));
|
||||
services.AddScoped(typeof(ExperService));
|
||||
services.AddScoped(typeof(GroupService));
|
||||
services.AddScoped(typeof(PromptService));
|
||||
services.AddScoped(typeof(UserService));
|
||||
services.AddScoped(typeof(VerificationService));
|
||||
services.Configure<JwtSettings>(configuration.GetSection("JwtSettings"));
|
||||
|
Reference in New Issue
Block a user