kenken999's picture
test
275b9f3
raw
history blame
208 Bytes
このテンプレートを元に helloworld を作成
from fastapi import APIRouter, Depends
router = APIRouter(prefix="/routerssample", tags=["choices"])
@router.get("/sample")
def test():
return True