Skip to content

Commit 5256e73

Browse files
Update swagger.md
1 parent f1f6315 commit 5256e73

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
@@ -16,8 +16,6 @@ If you use fastify, install `fastify-swagger` instead of `swagger-ui-express`:
1616
$ npm install --save @nestjs/swagger fastify-swagger
1717
```
1818

19-
> warning **Warning** The techniques in this section require TypeScript, and are not available if your app is written using vanilla JavaScript.
20-
2119
#### Bootstrap
2220

2321
Once the installation process is complete, open the `main.ts` file and initialize Swagger using the `SwaggerModule` class:

0 commit comments

Comments
 (0)