Skip to content

Commit 764c79e

Browse files
https://github.com/OpenTouryoProject/OpenTouryo/issues/410
1 parent 57a7078 commit 764c79e

File tree

1 file changed

+1
-2
lines changed
  • root/programs/ASPNETWebServiceCore/ASPNETWebServiceCore

1 file changed

+1
-2
lines changed

root/programs/ASPNETWebServiceCore/ASPNETWebServiceCore/Startup.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,12 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
7979
// The default HSTS value is 30 days.
8080
// You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
8181
app.UseHsts();
82+
//app.UseHttpsRedirection();
8283
}
8384

8485
// HttpContextのマイグレーション用
8586
app._UseHttpContextAccessor();
8687

87-
app.UseHttpsRedirection();
88-
8988
app.UseRouting();
9089

9190
//app.UseAuthentication();

0 commit comments

Comments
 (0)