We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f63ff7 commit 4616f3fCopy full SHA for 4616f3f
tests/https.Tests/Startup.cs
@@ -6,7 +6,7 @@ namespace Https.Tests
6
{
7
public class Startup
8
9
- public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
+ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
10
11
app.UseMiddleware<RedirectMiddleware>();
12
app.UseMiddleware<MirrorMiddleware>();
tests/https.Tests/UnitTest1.cs
0 commit comments