webapp/vercel.json
2023-01-28 02:07:25 +03:00

10 lines
149 B
JSON

{
"routes": [
{
"src": "/api/upload",
"headers": { "Content-Type": "application/json" },
"dest": "api/upload.py"
}
]
}