freechatgpt-api / vercel.json
muhammadjufry's picture
Initial commit
18baf82
raw
history blame contribute delete
No virus
167 Bytes
{
"builds": [
{
"src": "./run.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "./run.py"
}
]
}