fix: test vercel

This commit is contained in:
muhamad fais aizat 2025-05-15 21:51:24 +07:00
parent bc6448e0fb
commit e3a761d3a9
1 changed files with 7 additions and 0 deletions

7
backend/api/index.py Normal file
View File

@ -0,0 +1,7 @@
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
async def health_check():
return "berhasil"