FASTAPI_Makhraj / main.py
Ahmed2356's picture
Upload 3 files
6d2d383 verified
raw
history blame
108 Bytes
from fastapi import FastAPI
app= FastAPI()
@app.get("/hello")
def hello():
return {"Hi :" "Try again"}