Skip to content

Commit c9beedf

Browse files
committed
feat: 修改文档名称
1 parent dc4197b commit c9beedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ async function bootstrap() {
2323
// 配置api文档信息(不是生产环境配置文档)
2424
if (process.env.NODE_ENV != 'production') {
2525
const options = new DocumentBuilder()
26-
.setTitle('dance box api文档')
27-
.setDescription('dance box api接口文档')
26+
.setTitle('权限系统管理 api文档')
27+
.setDescription('权限系统管理 api接口文档')
2828
.setBasePath(PREFIX)
2929
.addBearerAuth({ type: 'apiKey', in: 'header', name: 'token' })
3030
.setVersion('0.0.1')

0 commit comments

Comments
 (0)