Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Apr 28, 2024
1 parent f01ff98 commit 5dd57ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/canyon-platform/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'^/graphql|^/api': {
target: 'http://canyon.fws.qa.nt.ctripcorp.com',
target: 'http://127.0.0.1:8080',
changeOrigin: true,
},
},
Expand Down

0 comments on commit 5dd57ad

Please sign in to comment.