Skip to content

Commit

Permalink
前端调试
Browse files Browse the repository at this point in the history
  • Loading branch information
togettoyou committed Jan 22, 2025
1 parent b88146c commit 6ae7bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:8080',
target: 'http://localhost:8888',
changeOrigin: true,
},
},
Expand Down

0 comments on commit 6ae7bce

Please sign in to comment.