From 52ccf8ce07da63a538b3efe7119294107cc6d16f Mon Sep 17 00:00:00 2001 From: qier222 Date: Thu, 14 Apr 2022 20:45:57 +0800 Subject: [PATCH] Update vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 98d81c8..52c0857 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "rewrites": [ { "source": "/api/:match*", - "destination": "http://152.70.81.120:12835/:match*" + "destination": "http://168.138.40.199:12835/:match*" } ] }