mirror of
https://github.com/bitwarden/server
synced 2026-02-10 05:30:02 +00:00
Introduce the Server SDK to the rest of our services (#6915)
This commit is contained in:
@@ -8,7 +8,7 @@ public class Program
|
||||
{
|
||||
Host
|
||||
.CreateDefaultBuilder(args)
|
||||
.ConfigureCustomAppConfiguration(args)
|
||||
.UseBitwardenSdk()
|
||||
.ConfigureWebHostDefaults(webBuilder =>
|
||||
{
|
||||
webBuilder.ConfigureKestrel(o =>
|
||||
|
||||
Reference in New Issue
Block a user