diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index f77eedd1..a39edb9d 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -10,14 +10,7 @@ export default defineConfig({ allowedHosts: [ 'anexo76-dev.aduanasoft.com', // 'otro-host.com' si necesitas más - ], - proxy: { - '/api': { - target: 'http://backend:8000', - changeOrigin: true, - secure: false, - }, - }, + ], }, plugins: [ tailwindcss(),