Skip to content

Commit

Permalink
Merge pull request #673 from emmanuel-ferdman/master
Browse files Browse the repository at this point in the history
Update license reference
  • Loading branch information
ismcagdas authored Nov 7, 2024
2 parents 52b0b29 + a0558d0 commit 17d03f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private void ConfigureSwagger(IServiceCollection services)
License = new OpenApiLicense
{
Name = "MIT License",
Url = new Uri("https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/LICENSE"),
Url = new Uri("https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/LICENSE.md"),
}
});
options.DocInclusionPredicate((docName, description) => true);
Expand Down

0 comments on commit 17d03f1

Please sign in to comment.