Skip to content

Commit

Permalink
Removido https redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur-Neto committed Sep 28, 2020
1 parent b1eb609 commit eb392a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/Theater.WebApi/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)

app.CreateSqlServerDatabase(Configuration);

app.UseHttpsRedirection();

app.UseCors("TheaterCorsPolicy");

app.ConfigExceptionHandler();
Expand Down

0 comments on commit eb392a4

Please sign in to comment.