Fix reminding for livetradingbot

This commit is contained in:
2025-09-18 12:19:52 +07:00
parent f1bb40fb75
commit ffe69356d8
8 changed files with 199 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ public static class ApiBootstrap
public static IServiceCollection AddHostedServices(this IServiceCollection services)
{
services.AddHostedService<PriceFetcherInitializer>();
services.AddHostedService<GrainInitializer>();
return services;
}
@@ -342,7 +342,6 @@ public static class ApiBootstrap
;
}
private static IServiceCollection AddApplication(this IServiceCollection services)
{
services.AddScoped<ITradingService, TradingService>();