Skip to content

Instantly share code, notes, and snippets.

@carlrip
Created September 9, 2019 09:48
Show Gist options
  • Save carlrip/70c2f2ac6c748398e525eebe90accb5a to your computer and use it in GitHub Desktop.
Save carlrip/70c2f2ac6c748398e525eebe90accb5a to your computer and use it in GitHub Desktop.
SignalR endpoints
app.UseEndpoints(endpoints =>
{
endpoints.MapControllers();
endpoints.MapHub<QuestionsHub>("/questionshub");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment