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