Files
AyposWeb/vercel.json

8 lines
125 B
JSON

{
"rewrites": [
{
"source": "/api/:path*",
"destination": "http://141.196.166.241:8003/:path*"
}
]
}