Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
5
Running
on
Zero
App
Files
Files
Community
c32870d
fastapi_django_main_live
/
routers
/
router
/
router.py
kenken999
test
275b9f3
6 months ago
raw
Copy download link
history
blame
Safe
153 Bytes
from
fastapi
import
APIRouter, Depends
router = APIRouter(prefix=
"/routerssample"
, tags=[
"choices"
])
@router.get(
"/sample"
)
def
test
():
return
True