From d5bcafbf41410fe61c89e64bf10dad5212f9a955 Mon Sep 17 00:00:00 2001 From: wiseah Date: Mon, 10 Jun 2024 01:52:24 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20vercel.json=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=953?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index e4e8f77..d580abb 100644 --- a/vercel.json +++ b/vercel.json @@ -2,11 +2,11 @@ "rewrites": [ { "source": "/api/:path*", - "destination": "https://www.data.go.kr/:path*" + "destination": "https://apis.data.go.kr/:path*" }, { "source": "/api/:path*/", - "destination": "https://www.data.go.kr/:path*/" + "destination": "https://apis.data.go.kr/:path*/" } ] } \ No newline at end of file