Skip to content

Commit

Permalink
Update GenerateController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed Jun 19, 2024
1 parent eb283d4 commit 193754c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private OpenApiSchemaGenerationConfig createOpenApiSchemaGenerationConfig( final

return new OpenApiSchemaGenerationConfig( Locale.forLanguageTag( language ), false, useSemanticVersion, baseUrl,
resourcePath, propertiesNode, pagingOption, includeQueryApi, includeCrud, includePost, includePut,
includePatch );
includePatch, null );
}

/**
Expand Down

0 comments on commit 193754c

Please sign in to comment.