Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
feature(ops): added swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Aug 10, 2023
1 parent b3d3872 commit a064c56
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/standard-api-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^10.1.3",
"@nestjs/schematics": "^10.0.2",
"@nestjs/swagger": "^7.1.8",
"@nestjs/terminus": "^10.0.1",
"@nestjs/testing": "^10.1.3",
"@nestjs/throttler": "^4.2.1",
Expand Down
1 change: 1 addition & 0 deletions packages/standard-api-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@nestjs/jwt": "^10.1.0",
"@nestjs/platform-fastify": "^10.1.3",
"@nestjs/schematics": "^10.0.2",
"@nestjs/swagger": "^7.1.8",
"@nestjs/terminus": "^10.0.1",
"@nestjs/testing": "^10.1.3",
"@nestjs/throttler": "^4.2.1",
Expand Down
54 changes: 54 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit a064c56

Please sign in to comment.