Skip to content

Instantly share code, notes, and snippets.

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

  • Save kshitijcode/31332fb904efef8d9695586099c29f7a to your computer and use it in GitHub Desktop.

Select an option

Save kshitijcode/31332fb904efef8d9695586099c29f7a to your computer and use it in GitHub Desktop.
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