We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a974955 + 63cfd7f commit ce66d3fCopy full SHA for ce66d3f
rubberduckvba.Server/Program.cs
@@ -163,6 +163,7 @@ private static void ConfigureServices(IServiceCollection services)
163
services.AddSingleton<ConfigurationOptions>();
164
services.AddSingleton<IMarkdownFormattingService, MarkdownFormattingService>();
165
services.AddSingleton<ISyntaxHighlighterService, SyntaxHighlighterService>();
166
+ services.AddSingleton<WebhookSignatureValidationService>();
167
168
services.AddSingleton<IRubberduckDbService, RubberduckDbService>();
169
services.AddSingleton<TagServices>();
0 commit comments