Skip to content

Commit

Permalink
fix(proxy): remove dev proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Apr 3, 2024
1 parent 06afa8b commit e577214
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ui/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,5 @@ export default defineConfig({
},
routes,
history: { type: 'hash' },
npmClient: 'yarn',
proxy: {
'/api': {
target: 'http://11.161.204.4:18083',
changeOrigin: true,
ws: true,
}
}
npmClient: 'yarn'
});

0 comments on commit e577214

Please sign in to comment.