We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a974955 commit 63cfd7fCopy full SHA for 63cfd7f
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