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 81145aa commit 04bd4fe
Show file tree
Hide file tree
Showing 3 changed files with 12 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 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();
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04bd4fe

Please sign in to comment.