Skip to content

Commit 4246898

Browse files
committed
fix
1 parent e34cad9 commit 4246898

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin_ui/vue.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ module.exports = {
77
port: 3000,
88
proxy: {
99
'^/api': {
10-
target: 'http://127.0.0.1:8000'
10+
target: 'http://localhost:8000'
1111
},
1212
'^/public': {
13-
target: 'http://127.0.0.1:8000'
13+
target: 'http://localhost:8000'
1414
}
1515
},
1616
}

0 commit comments

Comments
 (0)