We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdbcd5 commit 7ac14e2Copy full SHA for 7ac14e2
src/Simplify.Web/Owin/ApplicationBuilderExtensions.cs
@@ -1,7 +1,7 @@
1
-using System;
2
-using Microsoft.AspNetCore.Builder;
+using Microsoft.AspNetCore.Builder;
3
using Simplify.Web.Bootstrapper;
4
using Simplify.Web.Core;
+using System;
5
6
namespace Simplify.Web.Owin
7
{
@@ -48,7 +48,7 @@ public static IApplicationBuilder UseSimplifyWebWithoutRegistrations(this IAppli
48
49
try
50
51
- TerminalMiddleware = false;
+ TerminalMiddleware = true;
52
53
RegisterAsTerminal(builder);
54
0 commit comments