This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
commit f8d096dde0e145cab3d7805868834788c58eade1 Author: Martin Stockhammer <[email protected]> AuthorDate: Tue Oct 27 22:02:38 2020 +0100 Adding context root to openapi servers --- .../redback-rest-api/src/main/resources/openapi-configuration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redback-integrations/redback-rest/redback-rest-api/src/main/resources/openapi-configuration.yaml b/redback-integrations/redback-rest/redback-rest-api/src/main/resources/openapi-configuration.yaml index 3edb99c..6160011 100644 --- a/redback-integrations/redback-rest/redback-rest-api/src/main/resources/openapi-configuration.yaml +++ b/redback-integrations/redback-rest/redback-rest-api/src/main/resources/openapi-configuration.yaml @@ -15,9 +15,9 @@ openAPI: scheme: basic servers: - - url: /api/v2/redback + - url: /archiva/api/v2/redback description: Base URL Version 2 API - - url: /redbackServices + - url: /archiva/redbackServices description: Base URL Version 1 API tags: - name: v2
