Files
api-ranking-jogos/vercel.json
2026-05-17 20:24:25 -05:00

13 lines
173 B
JSON

{
"functions": {
"api/index.php": {
"runtime": "vercel-php@0.7.3"
}
},
"routes": [
{
"src": "/(.*)",
"dest": "/api/index.php"
}
]
}