Skip to content

Commit

Permalink
fix(proxy): don't use agent for routes
Browse files Browse the repository at this point in the history
  • Loading branch information
redallen committed Sep 27, 2021
1 parent 58aab97 commit 688c066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/config-utils/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ module.exports = ({
onProxyReq: cookieTransform,
...(currTarget === 'PORTAL_BACKEND_MARKER' && { router }),
...typeof redirect === 'object' ? redirect : {},
...(agent && { agent })
};
})
);
Expand Down

0 comments on commit 688c066

Please sign in to comment.