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