diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..98d81c8 --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "/api/:match*", + "destination": "http://152.70.81.120:12835/:match*" + } + ] +}