Skip to content
Snippets Groups Projects
Commit bbfc225b authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Merge branch 'bugfix/GONRG-920-fix-swagger' into 'integration-master'

GONRG-920: Swagger fix

Closes GONRG-920

See merge request go3-nrg/platform/System/Register!3
parents 041d6807 de831bcc
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