Skip to content

Commit

Permalink
delete useHttpsRedirection from program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-aissaoui committed Jul 22, 2024
1 parent 7e5e36e commit 874c9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tennisApiTest/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void Main(string[] args)
});
}

app.UseHttpsRedirection();
//app.UseHttpsRedirection();

app.UseAuthorization();

Expand Down

0 comments on commit 874c9ab

Please # to comment.