Skip to content

Commit

Permalink
não obrigar usar https
Browse files Browse the repository at this point in the history
  • Loading branch information
Oziel Guimarães de Paula Silva committed Nov 26, 2023
1 parent 6317047 commit bea0dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EscolaBiblicaDominical/Ebd.Presentation.Api/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
c.RoutePrefix = string.Empty;
});

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

app.UseRouting();

Expand Down

0 comments on commit bea0dd0

Please sign in to comment.