fix: test vercel
This commit is contained in:
parent
bc6448e0fb
commit
e3a761d3a9
|
@ -0,0 +1,7 @@
|
||||||
|
from fastapi import FastAPI
|
||||||
|
|
||||||
|
app = FastAPI()
|
||||||
|
|
||||||
|
@app.get("/")
|
||||||
|
async def health_check():
|
||||||
|
return "berhasil"
|
Loading…
Reference in New Issue