Removed the whole if condition section.

Signed-off-by: Arash Rohani <arash.rohani@gmail.com>
This commit is contained in:
Arash Rohani 2022-05-11 06:41:17 -07:00 committed by Arash Rohani
parent 363bcffe5b
commit 53aeab771b
1 changed files with 0 additions and 6 deletions

View File

@ -4,12 +4,6 @@ var builder = WebApplication.CreateBuilder(args);
var app = builder.Build();
// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())
{
app.UseDeveloperExceptionPage();
}
// Dapr configurations
app.UseCloudEvents();