Skip to content

Commit

Permalink
Merge pull request #245 from tumugin/fix-swagger-types
Browse files Browse the repository at this point in the history
Fixed swagger types
  • Loading branch information
tumugin authored Dec 28, 2024
2 parents 083916d + dc16829 commit 97b0409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lullaby/ServiceExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ this WebApplicationBuilder webApplicationBuilder
$"{Assembly.GetExecutingAssembly().GetName().Name}.xml"
)
);
swagger.SupportNonNullableReferenceTypes();
});

webApplicationBuilder.Services.AddProblemDetails();
Expand Down

0 comments on commit 97b0409

Please sign in to comment.