This commit is contained in:
SamSys
2025-09-08 00:42:41 +03:30

View File

@@ -314,6 +314,7 @@ app.UseCors("AllowSpecificOrigins");
//the backend Tester
if (builder.Environment.IsDevelopment())
{
using var scope = app.Services.CreateScope();
var tester = scope.ServiceProvider.GetRequiredService<Tester>();