Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c63996

Browse files
Update swagger.md
1 parent 4bcf991 commit 2c63996

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎content/recipes/swagger.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,6 @@ In order to enable the plugin, simply open `nest-cli.json` (if you use [Nest CLI
625625
You can use the `options` property to customize the behavior of the plugin.
626626

627627
```javascript
628-
{
629628
"plugins": [
630629
{
631630
"name": "@nestjs/swagger/plugin",
@@ -634,7 +633,6 @@ You can use the `options` property to customize the behavior of the plugin.
634633
}
635634
}
636635
]
637-
}
638636
```
639637

640638
The `options` property has to fulfill the following interface:

0 commit comments

Comments
 (0)