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 e237c24 commit 560f574Copy full SHA for 560f574
src/routes/[...dest].ts
@@ -47,7 +47,6 @@ export default defineEventHandler(async event => {
47
48
// proxy
49
try {
50
- console.log(destination, event);
51
await specificProxyRequest(event, destination, {
52
blacklistedHeaders: getBlacklistedHeaders(),
53
fetchOptions: {
0 commit comments