Skip to content

Commit c5678ca

Browse files
committed
fix: default base url
1 parent f4b7239 commit c5678ca

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
@@ -620,7 +620,7 @@ def decorator(func):
620620
"--base_url",
621621
type=str,
622622
help="Optional. The base URL of the server.",
623-
default="http://127\.0\.0\.1:8000",
623+
default="http://127.0.0.1:8000",
624624
show_default=True,
625625
)
626626
@click.option(

0 commit comments

Comments
 (0)