diff --git a/Sources/Web_Api/Program.cs b/Sources/Web_Api/Program.cs index dda2b35..e4aaf71 100644 --- a/Sources/Web_Api/Program.cs +++ b/Sources/Web_Api/Program.cs @@ -45,7 +45,7 @@ builder.Services.AddSwaggerGen(c => c.SwaggerDoc("v2", new OpenApiInfo { Title = "API_LOL", Version = "v2" }); }); -var app = builder.Build(); +app = builder.Build(); // Configure the HTTP request pipeline. if (app.Environment.IsDevelopment())