Skip to content

Commit

Permalink
Fix webpack for burp
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent de Chefdebien committed Feb 21, 2023
1 parent ac3799b commit f9fcedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions a_permissions/frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = {
],
devServer: {
historyApiFallback: true,
host: "0.0.0.0",
port: 4000,
proxy: {
'/users': {
Expand Down

0 comments on commit f9fcedf

Please sign in to comment.