Skip to content

Commit

Permalink
Merge pull request #514 from Szauka/patch-1
Browse files Browse the repository at this point in the history
Updated documentation to include @tsed/multipartfiles
  • Loading branch information
Romakita authored Feb 16, 2019
2 parents 5c698b9 + 7b2532d commit 6aa7d03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tutorials/multer.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Before using the `@MultipartFile()` you must install [multer](https://github.com
```bash
npm install --save multer @types/multer
```
Then install `@tsed/multipartfiles`
```
npm install --save multer @tsed/multipartfiles
```

## Configure the File upload directory

Expand Down

0 comments on commit 6aa7d03

Please sign in to comment.