Skip to content

Commit

Permalink
Update OcelotPipelineExtensions.cs
Browse files Browse the repository at this point in the history
Soft revert. Final, prev ver
  • Loading branch information
raman-m committed Jul 11, 2023
1 parent 7321adb commit 00bd0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ocelot/Middleware/OcelotPipelineExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public static class OcelotPipelineExtensions
app.Use(pipelineConfiguration.AuthorizationMiddleware);
}

// Now we can run the claims to headers transformation middleware
// Now we can run the claims to headers transformation middleware
app.UseClaimsToHeadersMiddleware();

// Allow the user to implement their own query string manipulation logic
Expand Down

0 comments on commit 00bd0c0

Please sign in to comment.