Spaces:
Sleeping
Sleeping
Last commit not found
from fastapi import FastAPI, APIRouter | |
router = APIRouter() | |
def read_root(): | |
return {"message": "Welcome to this fantastic app!"} | |