⏪ Putting back the view mark flush handler
This commit is contained in:
@@ -143,6 +143,7 @@ public static class ServiceCollectionExtensions
|
||||
public static IServiceCollection AddAppFlushHandlers(this IServiceCollection services)
|
||||
{
|
||||
services.AddSingleton<FlushBufferService>();
|
||||
services.AddScoped<PostViewFlushHandler>();
|
||||
|
||||
return services;
|
||||
}
|
||||
|
Reference in New Issue
Block a user