Skip to content

Commit

Permalink
feat: update api version
Browse files Browse the repository at this point in the history
  • Loading branch information
junjie-w committed Dec 25, 2024
1 parent e5961d9 commit b009908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/products-api/src/config/swagger.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { version } from '../../package.json';
export const swaggerConfig = new DocumentBuilder()
.setTitle('@api-client-sdk-streamline-sample | Products API')
.setDescription(
'Sample Products API for API client SDK workflow demonstration. Part of [api-client-sdk-streamline-sample](https://github.com/junjie-w/api-client-sdk-streamline-sample) project.',
'Sample Products API for streamlined API client SDK workflow demonstration.\nPart of [api-client-sdk-streamline-sample](https://github.com/junjie-w/api-client-sdk-streamline-sample) project.',
)
.setVersion(version)
.build();
2 changes: 1 addition & 1 deletion apps/users-api/src/config/swagger.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { version } from '../../package.json';
export const swaggerConfig = new DocumentBuilder()
.setTitle('@api-client-sdk-streamline-sample | Users API')
.setDescription(
'Sample Users API for API client SDK workflow demonstration. Part of [api-client-sdk-streamline-sample](https://github.com/junjie-w/api-client-sdk-streamline-sample) project.',
'Sample Users API for streamlined API client SDK workflow demonstration.\nPart of [api-client-sdk-streamline-sample](https://github.com/junjie-w/api-client-sdk-streamline-sample) project.',
)
.setVersion(version)
.build();

0 comments on commit b009908

Please sign in to comment.