mirror of
https://github.com/bitwarden/server
synced 2026-01-07 02:53:38 +00:00
Fix SDK bindings generation (#5450)
This commit is contained in:
@@ -36,8 +36,6 @@ public static class ServiceCollectionExtensions
|
||||
}
|
||||
});
|
||||
|
||||
config.CustomSchemaIds(type => type.FullName);
|
||||
|
||||
config.SwaggerDoc("internal", new OpenApiInfo { Title = "Bitwarden Internal API", Version = "latest" });
|
||||
|
||||
config.AddSecurityDefinition("oauth2-client-credentials", new OpenApiSecurityScheme
|
||||
|
||||
Reference in New Issue
Block a user