mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
update to aspnet 2.1.4
This commit is contained in:
@@ -10,8 +10,6 @@ namespace Bit.Admin
|
||||
WebHost
|
||||
.CreateDefaultBuilder(args)
|
||||
.UseStartup<Startup>()
|
||||
// ref: https://github.com/aspnet/KestrelHttpServer/issues/2694
|
||||
.UseLibuv()
|
||||
.Build()
|
||||
.Run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user