Skip to content

Commit

Permalink
refactor:UseMultiEnvironment (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
MayueCif authored Jul 17, 2023
1 parent 3a94b8c commit 047a967
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ public static async Task<IServiceCollection> AddStackIsolationAsync(this IServic
{
services.AddIsolation(isolationBuilder =>
{
isolationBuilder.UseMultiEnvironment(IsolationConsts.ENVIRONMENT);
isolationBuilder.UseMultiEnvironment(new List<IParserProvider>()
isolationBuilder.UseMultiEnvironment(IsolationConsts.ENVIRONMENT, new List<IParserProvider>()
{
new HttpContextItemParserProvider(),
new QueryStringParserProvider(),
Expand Down

0 comments on commit 047a967

Please sign in to comment.