Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit dcc64e0

Browse files
committed
Enabled https redirection
1 parent 0523c72 commit dcc64e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

viewer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
builder.Services.AddSignalR();
1010

1111
var app = builder.Build();
12-
//app.UseHttpsRedirection();
12+
app.UseHttpsRedirection();
1313
app.UseStaticFiles();
1414
app.UseRouting();
1515
app.UseCookiePolicy();

0 commit comments

Comments
 (0)