Merge branch 'main' into CleanupSystem

This commit is contained in:
Daniel Balk
2023-04-03 00:17:52 +02:00
committed by GitHub
49 changed files with 2232 additions and 784 deletions

View File

@@ -93,6 +93,7 @@ namespace Moonlight
builder.Services.AddSingleton<NotificationServerService>();
builder.Services.AddScoped<NotificationAdminService>();
builder.Services.AddScoped<NotificationClientService>();
builder.Services.AddScoped<ModalService>();
builder.Services.AddScoped<GoogleOAuth2Service>();
builder.Services.AddScoped<DiscordOAuth2Service>();