Skip to content

Commit

Permalink
✨ feat: swagger 기본 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
xjfcnfw3 committed Nov 18, 2024
1 parent 95af1ae commit 35a2afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/configs/swagger.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export function useSwagger(app: INestApplication) {
.build();

const documentFactory = () => SwaggerModule.createDocument(app, config);
SwaggerModule.setup('swagger', app, documentFactory);
SwaggerModule.setup('api', app, documentFactory);
}

0 comments on commit 35a2afc

Please sign in to comment.