Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 15/umbraco-cms/implementation/custom-routing/signalR.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class TestHub : Hub<ITestHubEvents>

## Define a custom route

Next up, is defining a custom route. For this, we are going to use a `IAreaRoutes` and the base umbrace backend path so we dont have to reserve another path in the settings.
Next up, is defining a custom route. Use `IAreaRoutes` and the base Umbraco backend path so there's no need to reserve another path in the settings.

```csharp
using Microsoft.AspNetCore.Builder;
Expand Down