This commit is contained in:
mmrbnjd
2025-08-16 01:20:42 +03:30
parent 029a10e1af
commit 86804a57f1
6 changed files with 204 additions and 0 deletions

View File

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