Skip to content

Commit

Permalink
#34: Fix swagger UI
Browse files Browse the repository at this point in the history
Updating @nestjs/swagger to 6.0.5 fixes the issue.
  • Loading branch information
LinusPhoenix committed Aug 4, 2022
1 parent cf8d856 commit a4820a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions backend/package-lock.json

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

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.0.6",
"@nestjs/schedule": "^2.1.0",
"@nestjs/swagger": "^6.0.4",
"@nestjs/swagger": "^6.0.5",
"@nestjs/typeorm": "^9.0.0",
"blizzapi": "^2.3.0",
"class-transformer": "^0.5.1",
Expand Down

0 comments on commit a4820a6

Please sign in to comment.