Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ismcagdas committed Oct 14, 2022
2 parents f04efc5 + 3acddb2 commit 842b0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/WebSite/SignalR-AspNetCore-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Then use the **AddSignalR** and **UseSignalR** methods in your Startup class:

public void Configure(IApplicationBuilder app)
{
app.UseSignalR(routes =>
app.UseEndpoints(routes =>
{
routes.MapHub<AbpCommonHub>("/signalr");
});
Expand Down

0 comments on commit 842b0a5

Please sign in to comment.