We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77950dd commit 7a2600dCopy full SHA for 7a2600d
1 file changed
Program.cs
@@ -11,7 +11,6 @@
11
app.UseSwagger();
12
app.UseSwaggerUI();
13
14
-app.UseHttpsRedirection();
15
app.UseAuthorization();
16
app.Use(async (context, next) =>
17
{
0 commit comments