fix: remove unnecessary whitespace in development environment check
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user