Skip to content

Commit cd357bf

Browse files
Jacksunweicopybara-github
authored andcommitted
fix: Fixes the host in the ansi bracket of adk web
localhost cannot always open Web UI, since we only bind 127.0.0.1. PiperOrigin-RevId: 795484904
1 parent a27927d commit cd357bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/cli/cli_tools_click.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ async def _lifespan(app: FastAPI):
749749
+-----------------------------------------------------------------------------+
750750
| ADK Web Server started |
751751
| |
752-
| For local testing, access at http://localhost:{port}.{" "*(29 - len(str(port)))}|
752+
| For local testing, access at http://{host}:{port}.{" "*(29 - len(str(port)))}|
753753
+-----------------------------------------------------------------------------+
754754
""",
755755
fg="green",

0 commit comments

Comments
 (0)