Skip to content

Commit 28828ce

Browse files
committed
Fixed proxy
1 parent 0bf3b53 commit 28828ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
},
2929
proxy: {
3030
'/api/': {
31-
target: 'http://127.0.0.1:18088/',
31+
target: 'http://127.0.0.1:10088/',
3232
changeOrigin: true,
3333
},
3434
},

0 commit comments

Comments
 (0)