Rewritten fastapi-vue README. Add listen URLs on startup box default template.

This commit is contained in:
2026-09-13 22:59:48 +00:00
parent dec5191157
commit ff33df0ebc
2 changed files with 45 additions and 26 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ def run( # noqa: PLR0913
reload: bool | Path = False,
workers: int | None = None,
access_log: bool = True,
startup_box: str | None = "{Name} {version}\n{url}",
startup_box: str | None = "{Name} {version} @ {listen}\n{url}",
log_config: Any = uvicorn.config.LOGGING_CONFIG, # noqa: ANN401
**uvicorn_config: Any, # noqa: ANN401
) -> None: