Telegram-Custom-Artwork-Api/vercel.json

4 lines
114 B
JSON
Raw Normal View History

2022-09-25 14:08:06 +00:00
{
"builds": [{ "src": "main.py", "use": "@vercel/python" }],
"routes": [{ "src": "/(.*)", "dest": "main.py" }]
}