Skip to content

Commit

Permalink
Update swagger startup (Priority)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Sep 8, 2021
1 parent 2fdbda9 commit eca1304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/API/Grand.Api/Infrastructure/SwaggerStartup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ public void ConfigureServices(IServiceCollection services, IConfiguration config
}
}

public int Priority => 500;
public bool BeforeConfigure => false;
public int Priority => 90;
public bool BeforeConfigure => true;

}
}

0 comments on commit eca1304

Please sign in to comment.