Skip to content

Commit df85ad6

Browse files
Update content/middlewares.md
Co-authored-by: Kamil Mysliwiec <[email protected]>
1 parent 66779cc commit df85ad6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/middlewares.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ You implement custom Nest middleware in either a function, or in a class with an
2222

2323
> warning **Warning** `Express` and `fastify` treat middleware differently and have different syntaxes for middleware, for more information read [here](https://docs.nestjs.com/techniques/performance#middleware).
2424
25-
#### Use with Express
2625

2726
```typescript
2827
@@filename(logger.middleware)

0 commit comments

Comments
 (0)