Skip to content

Commit

Permalink
[r] use temrinal mddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed May 15, 2022
1 parent fabbb03 commit 1446cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SampleApps/SampleApp.Classic/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
app.UseAuthentication();
app.UseAuthRedirect("/login");

app.UseSimplifyWebNonTerminal();
app.UseSimplifyWeb();

app.Run();

0 comments on commit 1446cc0

Please sign in to comment.