Skip to content

Commit 40384ee

Browse files
:|
1 parent 314ebd1 commit 40384ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

TestHosts/TestHosts/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@
150150
// ----------------------------------------------------------------------
151151
// Middleware pipeline
152152
// ----------------------------------------------------------------------
153-
if (app.Environment.IsDevelopment())
153+
if (app.Environment.IsDevelopment()) {
154154
app.UseDeveloperExceptionPage();
155+
}
155156

156157
// Custom middleware
157158
app.UseMiddleware<TenantMiddleware>();

0 commit comments

Comments
 (0)