From cd8332a7ef60c81c080b83c7d6e6b74eb6904e3f Mon Sep 17 00:00:00 2001 From: Tran Anh Tuan Date: Thu, 9 Oct 2025 11:21:13 +0700 Subject: [PATCH] chore(proxy): change proxy to request --- config/proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/proxy.ts b/config/proxy.ts index ad5d9c2..ea18c12 100644 --- a/config/proxy.ts +++ b/config/proxy.ts @@ -1,7 +1,7 @@ const proxy: Record = { dev: { '/api': { - target: 'http://192.168.30.85:9001', + target: 'http://192.168.30.103:81', changeOrigin: true, }, },