Skip to content

Commit

Permalink
Configure Startup Filters before Pipeline (OrchardCMS#14830)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored and urbanit committed Mar 18, 2024
1 parent 2aa19a5 commit 4a52c9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ private static async ValueTask<IShellPipeline> BuildPipelineInternalAsync(this S
configure = filter.Configure(configure);
}

await ConfigurePipelineAsync(builder);

configure(builder);

await ConfigurePipelineAsync(builder);

var shellPipeline = new ShellRequestPipeline
{
Next = builder.Build()
Expand Down

0 comments on commit 4a52c9c

Please sign in to comment.