jan-contract / vercel.json
Amodit's picture
Remove General Assistant and add vercel.json
8021d8b
raw
history blame contribute delete
93 Bytes
{
"rewrites": [
{ "source": "/(.*)", "destination": "/main_fastapi.py" }
]
}