Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions SecRandom/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
using SecRandom.Services.Music;
using SecRandom.Services.Settings;
using SecRandom.Services.Security;
using SecRandom.Services.SecAgent;
using SecRandom.Services.Telemetry;
using SecRandom.Services.Verification;
using SecRandom.Services.Voice;
Expand Down Expand Up @@ -844,9 +843,6 @@ private void BuildHost(IPlatformServiceRoot platform)
services.AddSingleton<IVoiceAnnouncementService>(serviceProvider =>
serviceProvider.GetRequiredService<VoiceAnnouncementService>());
services.AddSingleton<NotificationService>();
// Local-only REST endpoint for the SecAgent connector. It intentionally has no UI/settings registration.
services.AddHostedService<SecAgentHttpHostedService>();
services.AddHostedService<SecAgentPluginBootstrapHostedService>();
services.AddSingleton(serviceProvider => new MusicLibraryService(
serviceProvider.GetRequiredService<MainConfigHandler>(),
serviceProvider.GetRequiredService<ILogger<MusicLibraryService>>(),
Expand Down
294 changes: 0 additions & 294 deletions SecRandom/Services/SecAgent/SecAgentHttpHostedService.cs

This file was deleted.

Loading
Loading