You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/implementation/custom-routing/signalR.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public class TestHub : Hub<ITestHubEvents>
36
36
37
37
## Define a custom route
38
38
39
-
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.
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.
0 commit comments