|
@ -54,6 +54,7 @@ endpoints.append("/api4") |
|
|
def api5(integer: int = Body(embed=True)) -> dict: |
|
|
def api5(integer: int = Body(embed=True)) -> dict: |
|
|
return {"received": integer} |
|
|
return {"received": integer} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
client = TestClient(app) |
|
|
client = TestClient(app) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|