Skip to content
Snippets Groups Projects
Commit 240b5fcd authored by esantangelo's avatar esantangelo
Browse files

fix signalR configuration

parent 821ed085
No related branches found
No related tags found
1 merge request!26Develop
Pipeline #10360 passed
......@@ -93,6 +93,8 @@ namespace Tsi1.Api
services.AddScoped<IDataLoad, DataLoad>();
services.AddScoped<ISurveyService, SurveyService>();
services.AddSingleton<PresenceTracker>();
services.Configure<MailSettings>(Configuration.GetSection("MailSettings"));
services.AddScoped<IEmailService, EmailService>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment