feat: 移除API文档认证方案配置

- 移除API文档配置中的认证方案设置
This commit is contained in:
2026-01-22 16:43:38 +08:00
parent dede23ead9
commit 6ea358bab5

View File

@@ -17,14 +17,14 @@ const handler = new OpenAPIHandler(router, {
title: name,
version,
},
components: {
securitySchemes: {
bearerAuth: {
type: 'http',
scheme: 'bearer',
},
},
},
// components: {
// securitySchemes: {
// bearerAuth: {
// type: 'http',
// scheme: 'bearer',
// },
// },
// },
},
docsPath: '/docs',
specPath: '/spec.json',