Putting back the view mark flush handler

This commit is contained in:
2025-07-29 23:15:11 +08:00
parent acb293ec8f
commit 409c83b030
3 changed files with 63 additions and 9 deletions

View File

@@ -143,6 +143,7 @@ public static class ServiceCollectionExtensions
public static IServiceCollection AddAppFlushHandlers(this IServiceCollection services)
{
services.AddSingleton<FlushBufferService>();
services.AddScoped<PostViewFlushHandler>();
return services;
}