Skip to content

Commit 6c10442

Browse files
committed
remove MQ ref
1 parent 508b647 commit 6c10442

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

BlazorDiffusion/Configure.Smtp.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ public void Configure(IWebHostBuilder builder) => builder
1616
}
1717
})
1818
.ConfigureAppHost(appHost => {
19-
var mqService = appHost.Resolve<IMessageService>();
20-
mqService.RegisterHandler<SendEmail>(appHost.ExecuteMessage);
2119
// Check if SMTP is configured
2220
var smtpConfig = appHost.TryResolve<SmtpConfig>();
2321
var log = appHost.GetApplicationServices().GetRequiredService<ILogger<ConfigureSmtp>>();

0 commit comments

Comments
 (0)