miyataken999
update
3934e0b
raw
history blame
153 Bytes
from fastapi import APIRouter, Depends
router = APIRouter(prefix="/routerssample", tags=["choices"])
@router.get("/sample")
def test():
return True