From 3a8ab1f76bc6af6d84101cf21d8180c20f3e6538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 15 Jul 2026 10:09:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Update=20translations=20for=20ja?= =?UTF-8?q?=20(update-outdated)=20(#15998)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- docs/ja/docs/tutorial/frontend.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ja/docs/tutorial/frontend.md b/docs/ja/docs/tutorial/frontend.md index facbbc1d1..eb23d1e9b 100644 --- a/docs/ja/docs/tutorial/frontend.md +++ b/docs/ja/docs/tutorial/frontend.md @@ -126,6 +126,12 @@ npm run build 他の router 内のものを含め、アプリ内の通常の *path operations* は引き続き優先されます。 +## 依存関係とミドルウェア { #dependencies-and-middleware } + +フロントエンドのレスポンスは通常の **FastAPI** アプリケーション内で実行されるため、HTTP ミドルウェアが適用されます。 + +アプリ、`APIRouter`、および `include_router()` からの依存関係もフロントエンドのレスポンスに適用されます。これは、cookie 認証などでフロントエンドを保護する場合に役立ちます。 + ## 静的ビルド出力のみ { #static-build-output-only } `app.frontend()` は、フロントエンドのビルドで既に生成されたファイルを配信します。