Skip to content

Commit 08018af

Browse files
committed
docs: update link to nitro source to v2 branch
1 parent c620f47 commit 08018af

File tree

1 file changed

+1
-1
lines changed
  • packages/nitro-server/src/runtime/utils

1 file changed

+1
-1
lines changed

packages/nitro-server/src/runtime/utils/error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { getRequestHeader } from 'h3'
22
import type { H3Event } from 'h3'
33

44
/**
5-
* Nitro internal functions extracted from https://github.com/nitrojs/nitro/blob/main/src/runtime/internal/utils.ts
5+
* Nitro internal functions extracted from https://github.com/nitrojs/nitro/blob/v2/src/runtime/internal/utils.ts
66
*/
77

88
export function isJsonRequest (event: H3Event) {

0 commit comments

Comments
 (0)