diff --git a/craft/vite.config.ts b/craft/vite.config.ts index d35d5e4..516589b 100644 --- a/craft/vite.config.ts +++ b/craft/vite.config.ts @@ -24,7 +24,7 @@ export default defineConfig({ server: { port: 5173, proxy: { - '/api': 'http://192.168.1.105:8080', + '/api': 'http://192.168.1.148:8080', }, }, })