From: Sebastián Ramírez Date: Wed, 15 Jul 2026 08:11:05 +0000 (+0200) Subject: 🌐 Update translations for de (update-outdated) (#15999) X-Git-Tag: 0.139.1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=362c6f1d3f11b1426cf18315568947e9e64894f3;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Update translations for de (update-outdated) (#15999) Co-authored-by: github-actions[bot] --- diff --git a/docs/de/docs/tutorial/frontend.md b/docs/de/docs/tutorial/frontend.md index 9cd4644d91..55213e550d 100644 --- a/docs/de/docs/tutorial/frontend.md +++ b/docs/de/docs/tutorial/frontend.md @@ -126,6 +126,12 @@ In diesem Beispiel werden Frontend-Pfade unter `/app` bereitgestellt. Alle regulären *Pfadoperationen* in der App haben weiterhin Vorrang, auch in anderen Routern. +## Abhängigkeiten und Middleware { #dependencies-and-middleware } + +Frontend-Responses laufen innerhalb der normalen **FastAPI**-Anwendung, daher gilt HTTP-Middleware für sie. + +Abhängigkeiten aus der App, aus einem `APIRouter` und aus `include_router()` gelten ebenfalls für Frontend-Responses. Das kann nützlich sein, um ein Frontend mit Cookie-Authentifizierung oder Ähnlichem zu schützen. + ## Nur statischer Build-Output { #static-build-output-only } `app.frontend()` liefert Dateien aus, die bereits von Ihrem Frontend-Build generiert wurden.