HTTPS redirection
This commit is contained in:
parent
2c93743400
commit
e32675f4cb
1 changed files with 1 additions and 0 deletions
|
|
@ -358,6 +358,7 @@ namespace LANCommander.Server
|
|||
var app = builder.Build();
|
||||
|
||||
app.UseCors("CorsPolicy");
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.MapHub<GameServerHub>("/hubs/gameserver");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue