diff --git a/web/vite.config.ts b/web/vite.config.ts index cada6fc..cffaabd 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -5,8 +5,8 @@ export default defineConfig({ port: 5174, strictPort: true, proxy: { - "/api": "http://localhost:3001", - "/storage": "http://localhost:3001" + "/api": "http://127.0.0.1:3001", + "/storage": "http://127.0.0.1:3001" } } });