File size: 119 Bytes
3ed8626
 
46bd13a
3ed8626
46bd13a
3ed8626
46bd13a
1
2
3
4
5
6
7
from fastapi import FastAPI

keepalive = FastAPI()

@keepalive.get("/")
def root():
    return {"Hello": "World"}