mirror of https://github.com/dapr/quickstarts.git
Removed the whole if condition section.
Signed-off-by: Arash Rohani <arash.rohani@gmail.com>
This commit is contained in:
parent
363bcffe5b
commit
53aeab771b
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue