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