Skip to content

Commit

Permalink
Update license reference
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman committed Nov 6, 2024
1 parent 52b0b29 commit a0558d0
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 a0558d0

Please sign in to comment.