Skip to content

Commit

Permalink
fix proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
monoxane committed Apr 12, 2023
1 parent 2d7b492 commit 602fbda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ module.exports = (_, argv) => {
proxy: {
'/api/v1': {
target: 'https://connect.vx0.dev',
secure: false,
changeOrigin: true,
},
},
} : {
Expand Down

0 comments on commit 602fbda

Please sign in to comment.