Skip to content
Snippets Groups Projects
Commit de831bcc authored by Igor Filippov (EPAM)'s avatar Igor Filippov (EPAM)
Browse files

GONRG-920: fix swagger

parent 041d6807
No related branches found
No related tags found
1 merge request!25Fixed Swagger and config for int tests (GONRG-964)
......@@ -41,7 +41,7 @@ public class SwaggerDocumentationConfig {
return new Docket(DocumentationType.SWAGGER_2)
.globalOperationParameters(parameters)
.select()
.apis(RequestHandlerSelectors.basePackage("org.opengroup.osdu.api"))
.apis(RequestHandlerSelectors.basePackage("org.opengroup.osdu.register.api"))
.build()
.securityContexts(Collections.singletonList(securityContext()))
.securitySchemes(Collections.singletonList(apiKey()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment