Files
api-ranking-jogos/vercel.json
2026-05-17 20:53:31 -05:00

15 lines
217 B
JSON

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