Spaces:
Sleeping
Sleeping
from fastapi import APIRouter | |
router = APIRouter(prefix="/routerssample", tags=["choices"]) | |
def test(): | |
"""Return True""" | |
return True |