Spaces:
Running
on
Zero
Running
on
Zero
このテンプレートを元に helloworld を作成 | |
from fastapi import APIRouter, Depends | |
router = APIRouter(prefix="/routerssample", tags=["choices"]) | |
def test(): | |
return True |