From 6d26ef2a120813486d521701ab7858757a32ba3e Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Tue, 22 Feb 2022 08:38:47 -1000 Subject: [PATCH] Update index.md (#25080) * Update index.md * Update aspnetcore/fundamentals/middleware/index.md --- aspnetcore/fundamentals/middleware/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/fundamentals/middleware/index.md b/aspnetcore/fundamentals/middleware/index.md index ebdc387006..8c99a8ed5c 100644 --- a/aspnetcore/fundamentals/middleware/index.md +++ b/aspnetcore/fundamentals/middleware/index.md @@ -273,6 +273,7 @@ ASP.NET Core ships with the following middleware components. The *Order* column * [Lifetime and registration options](xref:fundamentals/dependency-injection#lifetime-and-registration-options) contains a complete sample of middleware with *scoped*, *transient*, and *singleton* lifetime services. * * +* [Configure gRPC-Web in ASP.NET Core](xref:grpc/browser#configure-grpc-web-in-aspnet-core) * * *