Skip to content

Commit

Permalink
fix: package list
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonpada committed Sep 29, 2024
1 parent bd1d49c commit 5621d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function bootstrap() {
// Swagger 설정
const config = new DocumentBuilder()
.setTitle('Infoteam-Idp API Docs')
.setDescription('인포팀 idp의 API 문서입니다.')
.setDescription('infoteam-idp의 API 문서입니다.')
.setVersion(configService.getOrThrow<string>('API_VERSION'))
.addBearerAuth(
{
Expand Down

0 comments on commit 5621d20

Please sign in to comment.