Files
Microsoft-Rewards-Bot/vercel.json

9 lines
125 B
JSON

{
"rewrites": [
{
"source": "/api/report-error",
"destination": "/api"
}
]
}