mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Revert "Use https redirection on non-debug builds"
This reverts commit dce683a58c
.
This commit is contained in:
parent
dce683a58c
commit
8e2bd1da3d
2 changed files with 2 additions and 8 deletions
|
@ -68,10 +68,6 @@ public class ApiStartup
|
|||
|
||||
app.UseMiddleware<RequestLogMiddleware>();
|
||||
|
||||
#if !DEBUG
|
||||
app.UseHttpsRedirection();
|
||||
#endif
|
||||
|
||||
app.UseRouting();
|
||||
app.UseEndpoints(endpoints => endpoints.MapControllers());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue