Committed by
Gerrit Code Review
Changed XOS VTN service API base url
Change-Id: Ifce8b266e13003548a5014efecc43d4776a5d9b1
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -56,7 +56,7 @@ public class XosClient implements XosClientService { | ... | @@ -56,7 +56,7 @@ public class XosClient implements XosClientService { |
56 | protected final Logger log = getLogger(getClass()); | 56 | protected final Logger log = getLogger(getClass()); |
57 | 57 | ||
58 | private static final String VTN_BASE_URL = "vtnBaseUrl"; | 58 | private static final String VTN_BASE_URL = "vtnBaseUrl"; |
59 | - private static final String DEFAULT_VTN_BASE_URL = "/xoslib/rs/vtn/services/"; | 59 | + private static final String DEFAULT_VTN_BASE_URL = "/api/service/vtn/services/"; |
60 | 60 | ||
61 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) | 61 | @Reference(cardinality = ReferenceCardinality.MANDATORY_UNARY) |
62 | protected CoreService coreService; | 62 | protected CoreService coreService; | ... | ... |
-
Please register or login to post a comment