Skip to content

Commit c3f73a1

Browse files
authored
Update 15/umbraco-cms/implementation/custom-routing/signalR.md
1 parent 256d9ab commit c3f73a1

File tree

1 file changed

+1
-1
lines changed
  • 15/umbraco-cms/implementation/custom-routing

1 file changed

+1
-1
lines changed

15/umbraco-cms/implementation/custom-routing/signalR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class TestHub : Hub<ITestHubEvents>
3636

3737
## Define a custom route
3838

39-
Next up, is defining a custom route. For this, we are going to use a `IAreaRoutes` and the base Umbraco backend path so we don't have to reserve another path in the settings.
39+
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.
4040

4141
```csharp
4242
using Microsoft.AspNetCore.Builder;

0 commit comments

Comments
 (0)