From c9ef98b2ff1a670c76a6e94db3472af1316b195c Mon Sep 17 00:00:00 2001 From: 3dtours Date: Mon, 15 Jun 2026 19:31:03 +0700 Subject: [PATCH] =?UTF-8?q?S=E1=BB=ADa=20l=E1=BB=97i=20kh=C3=B4ng=20truy?= =?UTF-8?q?=20c=E1=BA=ADp=20IP=20t=E1=BB=AB=20ngo=C3=A0i?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 190fc72..fb182df 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -12,6 +12,7 @@ export default defineConfig({ }, server: { port: 3002, + host: true, proxy: { '/api': { target: 'http://127.0.0.1:3001',