We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1b681 commit 225b0fdCopy full SHA for 225b0fd
src/index.js
@@ -62,6 +62,7 @@ export async function makeContext(pctx, req, env) {
62
.map(([k, v]) => [k.toLowerCase(), v]),
63
),
64
};
65
+ console.debug('makeContext: ', ctx.url, ctx.url.pathname);
66
ctx.data = await parseData(req);
67
return ctx;
68
}
0 commit comments