Sepehr Shirkhanlu
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
fastapi/routing.py
|
@ -4328,7 +4328,7 @@ class APIRouter(routing.Router): |
|
|
app = FastAPI() |
|
|
app = FastAPI() |
|
|
router = APIRouter() |
|
|
router = APIRouter() |
|
|
|
|
|
|
|
|
@router.put("/items/{item_id}") |
|
|
@router.trace("/items/{item_id}") |
|
|
def trace_item(item_id: str): |
|
|
def trace_item(item_id: str): |
|
|
return None |
|
|
return None |
|
|
|
|
|
|
|
|