Skip to content

Commit

Permalink
fix: Routes를 경로로 번역
Browse files Browse the repository at this point in the history
  • Loading branch information
brightchul committed Jun 30, 2023
1 parent 71243e7 commit 34e4302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/05-next-config-js/headers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ module.exports = {

## Cache-Control

`res.setHeader` 메서드를 사용하여 [Next.js API Routes](/docs/pages/building-your-application/routing/api-routes)에서 `Cache-Control` 헤더를 설정할 수 있다.
`res.setHeader` 메서드를 사용하여 [Next.js API 경로](/docs/pages/building-your-application/routing/api-routes)에서 `Cache-Control` 헤더를 설정할 수 있다.

```js filename="pages/api/user.js"
export default function handler(req, res) {
Expand Down

0 comments on commit 34e4302

Please sign in to comment.