Skip to content

Commit

Permalink
Add possibility to change base path
Browse files Browse the repository at this point in the history
We have lost possibility to apply base path from lighty.io configuration to swagger in:
PANTHEONtech@16c0b4ac
Now the issue is fixed as part of NETCONF 6.0.0 and 5.0.7.

JIRA: LIGHTY-236
Signed-off-by: tobias.pobocik <[email protected]>
  • Loading branch information
Tobianas authored and ihrasko committed Sep 6, 2023
1 parent 6a5f6ae commit 4952768
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected boolean initProcedure() {
LOG.info("basePath: {}", basePathString);

this.apiDocService = new OpenApiServiceImpl(lightyServices.getDOMSchemaService(),
lightyServices.getDOMMountPointService());
lightyServices.getDOMMountPointService(), basePathString);

OpenApiApplication apiDocApplication = new OpenApiApplication(apiDocService);

Expand Down

0 comments on commit 4952768

Please sign in to comment.