Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Created July 7, 2021 12:28
Show Gist options
  • Select an option

  • Save kshitijcode/306d84c276483b3d9d1f125ad1d88d0c to your computer and use it in GitHub Desktop.

Select an option

Save kshitijcode/306d84c276483b3d9d1f125ad1d88d0c to your computer and use it in GitHub Desktop.
MapSubscribeHandlerSnippet
app.UseEndpoints(endpoints =>
{
endpoints.MapSubscribeHandler();
endpoints.MapControllers();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment