Skip to content

Commit d7edc8a

Browse files
committed
chore: handover
1 parent 127bf4b commit d7edc8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsonApiDotNetCore/Internal/DefaultRoutingConvention.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public Type GetAssociatedResource(string controllerName)
5656
/// <inheritdoc/>
5757
public void Apply(ApplicationModel application)
5858
{
59+
application.ApiExplorer.IsVisible = true;
5960
foreach (var controller in application.Controllers)
6061
{
6162
var resourceType = GetResourceTypeFromController(controller.ControllerType);

0 commit comments

Comments
 (0)