Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
meng committed Apr 25, 2024
1 parent 9a6faea commit e65a970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/libs/lambda-at-edge/src/routing/rewriter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ export function getRewritePath({

let params = matcher(path);

console.log(`Rewriting ${JSON.stringify(rewrite)}, params: ${params}`);
console.log(
`Rewriting ${JSON.stringify(rewrite)}, path: ${path}, params: ${params}`
);

if (rewrite.has) {
const hasParams = matchHas(
Expand Down

0 comments on commit e65a970

Please sign in to comment.