Skip to content

Instantly share code, notes, and snippets.

@crgrieve
Created October 30, 2021 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crgrieve/e6595f33f694dbc942fe12a4faab8470 to your computer and use it in GitHub Desktop.
Save crgrieve/e6595f33f694dbc942fe12a4faab8470 to your computer and use it in GitHub Desktop.
Snippet of startup to add our notifications
public void ConfigureServices(IServiceCollection services)
{
services.AddUmbraco(_env, _config)
.AddBackOffice()
.AddWebsite()
.AddPublishNotifications()
.AddComposers()
.Build();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment