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 a27927d commit cd357bfCopy full SHA for cd357bf
src/google/adk/cli/cli_tools_click.py
@@ -749,7 +749,7 @@ async def _lifespan(app: FastAPI):
749
+-----------------------------------------------------------------------------+
750
| ADK Web Server started |
751
| |
752
-| For local testing, access at http://localhost:{port}.{" "*(29 - len(str(port)))}|
+| For local testing, access at http://{host}:{port}.{" "*(29 - len(str(port)))}|
753
754
""",
755
fg="green",
0 commit comments