Add support for logging for debug purposes

This commit is contained in:
Max Bachhuber 2023-06-15 11:16:03 +02:00 committed by GitHub
parent 742d8eed11
commit 2d6ee3f51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,8 @@ if (!app.Environment.IsDevelopment())
app.UseHsts();
}
app.UseHttpLogging();
app.UseHttpsRedirection();
app.UseRouting();