We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c620f47 commit 08018afCopy full SHA for 08018af
packages/nitro-server/src/runtime/utils/error.ts
@@ -2,7 +2,7 @@ import { getRequestHeader } from 'h3'
2
import type { H3Event } from 'h3'
3
4
/**
5
- * Nitro internal functions extracted from https://github.com/nitrojs/nitro/blob/main/src/runtime/internal/utils.ts
+ * Nitro internal functions extracted from https://github.com/nitrojs/nitro/blob/v2/src/runtime/internal/utils.ts
6
*/
7
8
export function isJsonRequest (event: H3Event) {
0 commit comments