Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
fix: follow redirect in proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Apr 8, 2019
1 parent e7e6ff1 commit 0cc6415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ httpProxy
.createProxyServer({
changeOrigin: true,
target: UPSTREAM,
followRedirects: true,
})
.listen(8000)

0 comments on commit 0cc6415

Please sign in to comment.