mirror of
https://github.com/bitwarden/server
synced 2026-01-31 00:33:17 +00:00
Introduce the Server SDK to the rest of our services
This commit is contained in:
@@ -8,7 +8,7 @@ public class Program
|
||||
{
|
||||
Host
|
||||
.CreateDefaultBuilder(args)
|
||||
.ConfigureCustomAppConfiguration(args)
|
||||
.UseBitwardenSdk()
|
||||
.ConfigureWebHostDefaults(webBuilder =>
|
||||
{
|
||||
webBuilder.UseStartup<Startup>();
|
||||
|
||||
Reference in New Issue
Block a user