fix: debug

This commit is contained in:
Derrick Hammer 2023-10-17 11:03:38 -04:00
parent a1e6ded70a
commit 8fe393a5ba
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ export default class URLRewriteFilter implements ContentFilter {
});
});
console.log("URLRewriteFilter result", $.html());
return new Response($.html(), {
headers: response.headers,
});