Добавлено уведомление о обновлении

This commit is contained in:
FrigaT
2026-04-22 10:15:56 +03:00
parent c32eee0954
commit 45b8a168a1
6 changed files with 81 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ internal class Program
return new HttpClient { BaseAddress = new Uri(apiUrl) };
});
builder.Services.AddScoped<PwaUpdateService>();
builder.Services.AddScoped<TokenStorage>();
builder.Services.AddScoped<PlayerStorage>();
builder.Services.AddScoped<AuthStateProvider>();