There was an error while loading. Please reload this page.
1 parent dc4197b commit c9beedfCopy full SHA for c9beedf
src/main.ts
@@ -23,8 +23,8 @@ async function bootstrap() {
23
// 配置api文档信息(不是生产环境配置文档)
24
if (process.env.NODE_ENV != 'production') {
25
const options = new DocumentBuilder()
26
- .setTitle('dance box api文档')
27
- .setDescription('dance box api接口文档')
+ .setTitle('权限系统管理 api文档')
+ .setDescription('权限系统管理 api接口文档')
28
.setBasePath(PREFIX)
29
.addBearerAuth({ type: 'apiKey', in: 'header', name: 'token' })
30
.setVersion('0.0.1')
0 commit comments