mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
Remove deprecated logging methods (#6516)
This commit is contained in:
@@ -90,11 +90,8 @@ public class Startup
|
||||
public void Configure(
|
||||
IApplicationBuilder app,
|
||||
IWebHostEnvironment env,
|
||||
IHostApplicationLifetime appLifetime,
|
||||
GlobalSettings globalSettings)
|
||||
{
|
||||
app.UseSerilog(env, appLifetime, globalSettings);
|
||||
|
||||
// Add general security headers
|
||||
app.UseMiddleware<SecurityHeadersMiddleware>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user