Skip to content

Commit

Permalink
Replaces localhost with 127.0.0.1 in devServer vue config (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored Jan 18, 2022
1 parent f734b7c commit 33f577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
// https://github.com/chimurai/http-proxy-middleware#http-proxy-options
proxy: {
"^/api": {
target: "http://localhost:8000",
target: "http://127.0.0.1:8000",
ws: false,
changeOrigin: true,
},
Expand Down

0 comments on commit 33f577a

Please sign in to comment.