Skip to content

Commit 12c171b

Browse files
fix build error
1 parent 483568c commit 12c171b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

TestHosts/TestHosts/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@
159159

160160
// Custom middleware
161161
app.UseMiddleware<TenantMiddleware>();
162-
app.AddRequestLogging();
163-
app.AddResponseLogging();
162+
app.AddRequestResponseLogging();
164163
app.AddExceptionHandler();
165164

166165
app.UseRouting();

0 commit comments

Comments
 (0)