diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 8ff8c13..886c00b 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -71,7 +71,7 @@ export default defineConfig({ server: { port: 4100, host: true, - allowedHosts: ['z590.interno.com', 'localhost'], + allowedHosts: ['z590.interno.com', 'z590.nucleoriofrio.com', 'localhost'], cors: true, proxy: { '/api': 'http://localhost:4101'