Skip to content

Commit b354f78

Browse files
feature(#6): this commit registers the correlation middleware to the http request pipeline
1 parent b7cdd64 commit b354f78

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Boundaries/Comanda.Orchestrator/Source/Comanda.Orchestrator.WebApi/Extensions/HttpPipelineExtension.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ public static void UseHttpPipeline(this IApplicationBuilder app)
1515
app.UseAuthorization();
1616

1717
app.UsePrincipalMiddleware();
18+
app.UseCorrelationMiddleware();
19+
1820
app.UseEndpoints(endpoints =>
1921
{
2022
endpoints.MapControllers();

0 commit comments

Comments
 (0)