Skip to content

Commit d93569e

Browse files
Merge pull request #3268 from Uaitt/docs/fix-link
docs(streaming-files): fix link
2 parents 8aedf56 + f0ba297 commit d93569e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/streaming-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class FileController {
4646
}
4747
```
4848

49-
The default content type (the value for `Content-Type` HTTP response header) is `application/octet-stream`. If you need to customize this value you can use the `type` option from `StreamableFile`, or use the `res.set` method or the [`@Header()`](/controllers#headers) decorator, like this:
49+
The default content type (the value for `Content-Type` HTTP response header) is `application/octet-stream`. If you need to customize this value you can use the `type` option from `StreamableFile`, or use the `res.set` method or the [`@Header()`](/controllers#response-headers) decorator, like this:
5050

5151
```ts
5252
import { Controller, Get, StreamableFile, Res } from '@nestjs/common';

0 commit comments

Comments
 (0)