It'll automatically route to /user/ because the route is relative to the prefix . from fastapi import APIRouter router = APIRouter() @router.get ...
確定! 回上一頁