Skip to content

Commit 4f7de8f

Browse files
committed
Update uri
1 parent d796d78 commit 4f7de8f

File tree

1 file changed

+1
-1
lines changed
  • code/function/fastapp/api/v1/endpoints

1 file changed

+1
-1
lines changed

code/function/fastapp/api/v1/endpoints/sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async def post_predict(
1919

2020
# Sample request
2121
async with httpx.AsyncClient() as client:
22-
response = await client.get("https://www.bing.com/")
22+
response = await client.get("https://www.bing.com")
2323
logger.info(f"Received response status code: {response.status_code}")
2424

2525
return SampleResponse(output=f"Hello {data.input}")

0 commit comments

Comments
 (0)