Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haffi96 committed Nov 5, 2022
1 parent e34cad9 commit 4246898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin_ui/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module.exports = {
port: 3000,
proxy: {
'^/api': {
target: 'http://127.0.0.1:8000'
target: 'http://localhost:8000'
},
'^/public': {
target: 'http://127.0.0.1:8000'
target: 'http://localhost:8000'
}
},
}
Expand Down

0 comments on commit 4246898

Please sign in to comment.