diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 0bbc1d4..a205fe8 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -29,7 +29,7 @@ export default defineConfig({ allowedHosts: ['delivery.loca.lt', '.loca.lt'], proxy: { '/api': { - target: 'http://192.168.3.96:8080', + target: 'http://localhost:8080', changeOrigin: true, }, },