Skip to content

Commit

Permalink
feat(docs): add openapi
Browse files Browse the repository at this point in the history
Fixes #23
  • Loading branch information
gjungb committed Jul 4, 2021
1 parent f583895 commit 6dbdc73
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 106 deletions.
5 changes: 4 additions & 1 deletion nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/swagger"]
}
}
Loading

0 comments on commit 6dbdc73

Please sign in to comment.