🐛 Fixes in the upload tasks

This commit is contained in:
2025-11-09 18:49:35 +08:00
parent dc0be3467f
commit d96937aabc
3 changed files with 192 additions and 67 deletions

View File

@@ -55,11 +55,12 @@ public static class ServiceCollectionExtensions
{
services.AddScoped<Storage.FileService>();
services.AddScoped<Storage.FileReferenceService>();
services.AddScoped<Storage.PersistentUploadService>();
services.AddScoped<Billing.UsageService>();
services.AddScoped<Billing.QuotaService>();
services.AddHostedService<BroadcastEventHandler>();
return services;
}
}
}