Skip to content

Commit

Permalink
remove api2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohehuhu committed Nov 3, 2023
1 parent ab0661f commit 466a5ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kyuubi-server/web-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ export default defineConfig(({ mode }) => {
'/api': {
target: env['VITE_APP_DEV_WEB_URL'],
changeOrigin: true
},
'/api2': {
target: 'http://172.17.150.84:10009/',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api2/, '')
}
}
},
Expand Down

0 comments on commit 466a5ba

Please sign in to comment.