We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a653a commit 24b4723Copy full SHA for 24b4723
1 file changed
frontend/vite.config.js
@@ -8,7 +8,7 @@ export default defineConfig({
8
port: 3001,
9
proxy: {
10
"/api": {
11
- target: "http://localhost:5001",
+ target: "http://127.0.0.1:5001",
12
changeOrigin: true,
13
},
14
0 commit comments