Skip to content

Commit dfe523f

Browse files
authored
Updates
1 parent 4dd6838 commit dfe523f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ Prevent automatically starting the app by adding `autostart="false"` to the Blaz
14701470
+ </script>
14711471
```
14721472

1473-
Add the following to the `Program` file:
1473+
Add the following <xref:Microsoft.AspNetCore.Builder.ComponentEndpointRouteBuilderExtensions.MapBlazorHub%2A> call with the `/signalr` path to the middleware processing pipeline in the server app's `Program` file:
14741474

14751475
```csharp
14761476
app.MapBlazorHub("/signalr");

0 commit comments

Comments
 (0)