We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d796d78 commit 4f7de8fCopy full SHA for 4f7de8f
code/function/fastapp/api/v1/endpoints/sample.py
@@ -19,7 +19,7 @@ async def post_predict(
19
20
# Sample request
21
async with httpx.AsyncClient() as client:
22
- response = await client.get("https://www.bing.com/")
+ response = await client.get("https://www.bing.com")
23
logger.info(f"Received response status code: {response.status_code}")
24
25
return SampleResponse(output=f"Hello {data.input}")
0 commit comments