Skip to content

Commit

Permalink
❎ HTTP redirection status marked as a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
muqimjon committed Feb 1, 2024
1 parent 0cdb911 commit 54113e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/backend/EcoLink.WebApi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
});
}

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

app.UseAuthorization();

app.UseMiddleware<ExceptionHandlerMiddleware>();

app.UseStaticFiles();

app.UseMiddleware<ExceptionHandlerMiddleware>();

app.MapControllers();

app.Run();

0 comments on commit 54113e4

Please sign in to comment.