UbumuntuAPI / api /index.py
Macbook
Add FastAPI application
cc4ea58
raw
history blame contribute delete
93 Bytes
# Vercel serverless entry point
from api.main import app
# Handler for Vercel
handler = app