Skip to content

Commit

Permalink
1518 - Splitted Swagger UI into 2 pages for platform-api and ingestio…
Browse files Browse the repository at this point in the history
…n api
  • Loading branch information
Vladysl committed Nov 29, 2023
1 parent 193dccb commit 474ccde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class SwaggerUIConfiguration {

@Bean
public GroupedOpenApi apiOpenApi() {
public GroupedOpenApi platformOpenApi() {
final String[] paths = { "/api/**" };
return GroupedOpenApi.builder().group("platform-api").pathsToMatch(paths)
.build();
Expand Down

0 comments on commit 474ccde

Please sign in to comment.