This commit is contained in:
2023-07-27 19:05:45 +01:00
parent dfa9188146
commit 9053e3eb1f
4 changed files with 71 additions and 0 deletions

View File

@ -46,6 +46,7 @@ internal static class Program
services.AddSingleton<INostrClient>(s => s.GetRequiredService<NostrMultiWebsocketClient>());
services.AddSingleton<NostrListener>();
services.AddHostedService<NostrListenerLifetime>();
services.AddTransient<ZapService>();
// streaming services
services.AddTransient<SrsApi>();