Telegram-Custom-Artwork-Api/vercel.json
2022-09-25 22:08:06 +08:00

4 lines
114 B
JSON

{
"builds": [{ "src": "main.py", "use": "@vercel/python" }],
"routes": [{ "src": "/(.*)", "dest": "main.py" }]
}