We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eadbd0 commit fff7fc1Copy full SHA for fff7fc1
aspnetcore/blazor/tutorials/signalr-blazor.md
@@ -217,7 +217,7 @@ Use Response Compression Middleware at the top of the processing pipeline's conf
217
app.UseResponseCompression();
218
```
219
220
-Add an endpoint for the hub immediately before the line that runs the app (`app.Run();`):
+Add an endpoint for the hub:
221
222
```csharp
223
app.MapHub<ChatHub>("/chathub");
0 commit comments