I would like to host some HTML files along side my API. app = FastAPI() router = APIRouter() @router.get("/test/") def test(): return {"test": True} ...
確定! 回上一頁