Skip to content

Commit e850713

Browse files
committed
drop https redirect stuff
1 parent 9ccd302 commit e850713

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

KubeConnect/Startup.cs

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, Args arg
3030
{
3131
app.UseRouting();
3232

33-
if (args.UseSsl)
34-
{
35-
app.UseHttpsRedirection();
36-
}
37-
3833
app.UseEndpoints(endpoints =>
3934
{
4035
endpoints.MapReverseProxy();

0 commit comments

Comments
 (0)