kenken999's picture
sd
8222377
raw
history blame
142 Bytes
from fastapi import FastAPI\n\napp = FastAPI()\n\[email protected]("/")\ndef read_root():\n return {{"message": "Welcome to this fantastic app!"}}