Create vercel.json

This commit is contained in:
qier222 2021-09-25 12:53:39 +08:00 committed by qier222
parent 442f23b194
commit 9304bdba30
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D

8
vercel.json Normal file
View file

@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/api/:match*",
"destination": "http://152.70.81.120:12835/:match*"
}
]
}