Skip to content

Commit

Permalink
fix: inject handler which was removed during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
CelineTrammi committed Oct 29, 2024
1 parent b225fb0 commit 730280c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public static void AddApplicationHandlers(this IServiceCollection services)
// Legacy
services.AddScoped<LegacyGetCorrespondencesHandler>();
services.AddScoped<LegacyGetCorrespondenceOverviewHandler>();
services.AddScoped<LegacyGetCorrespondenceHistoryHandler>();

// Migration
services.AddScoped<MigrateInitializeAttachmentHandler>();
Expand Down

0 comments on commit 730280c

Please sign in to comment.