Skip to content

Commit

Permalink
refactor: Update main.ts to use consistent naming for ADEGO API
Browse files Browse the repository at this point in the history
  • Loading branch information
suk-6 committed Jul 13, 2024
1 parent 739b00a commit 77361a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ async function bootstrap() {
});

const config = new DocumentBuilder()
.setTitle('ADEGO Auth')
.setDescription('ADEGO 인증 API 서버')
.setTitle('ADEGO API')
.setDescription('ADEGO API Server')
.setVersion('1.0.0')
.addBearerAuth()
.build();
Expand Down

0 comments on commit 77361a9

Please sign in to comment.