lyrics-classifier / vercel.json
yukseltron's picture
modify json input
8c7ecd7
raw
history blame
154 Bytes
{
"version": 2,
"builds": [
{
"src": "./server.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/"
}
]
}