diff --git a/docs/de/docs/fastapi-cli.md b/docs/de/docs/fastapi-cli.md index 3545c46fd7..4202501bce 100644 --- a/docs/de/docs/fastapi-cli.md +++ b/docs/de/docs/fastapi-cli.md @@ -58,7 +58,7 @@ Das `fastapi`-CLI versucht automatisch, die auszuführende FastAPI-App zu erkenn Sie können aber auch explizit konfigurieren, welche App verwendet werden soll. -## Den App-`entrypoint` in `pyproject.toml` konfigurieren { #configure-the-app-entrypoint-in-pyproject.toml } +## Den App-`entrypoint` in `pyproject.toml` konfigurieren { #configure-the-app-entrypoint-in-pyproject-toml } Sie können in einer `pyproject.toml`-Datei konfigurieren, wo sich Ihre App befindet, etwa so: