Skip to content

Commit

Permalink
Update website/handlers/proxy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano authored Oct 22, 2024
1 parent 7946f33 commit b59d6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/handlers/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function Proxy({
`${proxyUrl}${avoidAppendPath ? "" : sanitize(path)}`,
);

to.search = qs
to.search = qs;

const headers = new Headers(req.headers);
HOP_BY_HOP.forEach((h) => headers.delete(h));
Expand Down

0 comments on commit b59d6c6

Please sign in to comment.