Skip to content

Commit 225b0fd

Browse files
committed
test
1 parent fc1b681 commit 225b0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export async function makeContext(pctx, req, env) {
6262
.map(([k, v]) => [k.toLowerCase(), v]),
6363
),
6464
};
65+
console.debug('makeContext: ', ctx.url, ctx.url.pathname);
6566
ctx.data = await parseData(req);
6667
return ctx;
6768
}

0 commit comments

Comments
 (0)