Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
8
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7b7bdab
fastapi_django_main_live
/
polls
/
controllers
/
test_router
/
router.py
kenken999
update
d548975
7 months ago
raw
Copy download link
history
blame
153 Bytes
from
fastapi
import
APIRouter, Depends
router = APIRouter(prefix=
"/routerssample"
, tags=[
"choices"
])
@router.get(
"/sample"
)
def
test
():
return
True