Skip to content

Commit

Permalink
fix(error): fix server proxy error (#1302)
Browse files Browse the repository at this point in the history
(cherry picked from commit 16e5a5d)
  • Loading branch information
WSSsssss33 committed Mar 26, 2024
1 parent ed4bd98 commit 9b6569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default defineConfig(({ command }) => {
host: '0.0.0.0',
port: 4321,
proxy: {
'/api/v1': 'http://localhost:4321',
'/api/v1': 'http://localhost:4322',
},
},
};
Expand Down

0 comments on commit 9b6569a

Please sign in to comment.