Skip to content

Commit

Permalink
[Fix] 🐛 Cors in Dev Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Feb 14, 2024
1 parent 26a3a3a commit a3c44ce
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 @@ -71,7 +71,7 @@ export default defineConfig(({ command, mode }) => {
'^/(?!web)': {
ws: true,
target: env.VITE_BASE_API_URL,
changeOrigin: true,
changeOrigin: false,
},
},
},
Expand Down

0 comments on commit a3c44ce

Please sign in to comment.