Browse Source

🌐 Update translations for de (update-outdated) (#15999)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/16007/head
Sebastián Ramírez 2 days ago
committed by GitHub
parent
commit
362c6f1d3f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      docs/de/docs/tutorial/frontend.md

6
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.

Loading…
Cancel
Save