Skip to content

Commit

Permalink
Update ConfigurationBuilderExtensions.cs
Browse files Browse the repository at this point in the history
potential warnings
  • Loading branch information
raman-m authored Jul 26, 2023
1 parent 4557a02 commit 4eb4482
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public static IConfigurationBuilder AddOcelotBaseUrl(this IConfigurationBuilder
{
InitialData = new List<KeyValuePair<string, string>>
{
new KeyValuePair<string, string>("BaseUrl", baseUrl)
}
new("BaseUrl", baseUrl),
},
};

builder.Add(memorySource);
Expand Down

0 comments on commit 4eb4482

Please sign in to comment.