1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Fix SDK bindings generation (#5450)

This commit is contained in:
Daniel García
2025-02-27 17:43:07 +01:00
committed by GitHub
parent 8354929ff1
commit 326ecebba1
3 changed files with 4 additions and 6 deletions

View File

@ -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