mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
UseHttpsRedirection
This commit is contained in:
@@ -109,9 +109,9 @@ if (app.Environment.IsDevelopment())
|
||||
}
|
||||
|
||||
|
||||
app.UseCors();
|
||||
app.UseCors("AllowFrontend");
|
||||
|
||||
//app.UseHttpsRedirection();
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.UseRouting();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user