Add settings table and service to client project (#145)

This commit is contained in:
Leendert de Borst
2024-08-05 09:57:33 +02:00
parent 540124cabf
commit d4a773fc2c
9 changed files with 764 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ builder.Services.AddScoped<DbService>();
builder.Services.AddScoped<GlobalNotificationService>();
builder.Services.AddScoped<GlobalLoadingService>();
builder.Services.AddScoped<JsInteropService>();
builder.Services.AddScoped<SettingsService>();
builder.Services.AddSingleton<ClipboardCopyService>();
builder.Services.AddAuthorizationCore();