From 24254336c877fde4058309407185306d5a21514f Mon Sep 17 00:00:00 2001 From: da490c Date: Mon, 23 Jul 2018 13:32:31 -0400 Subject: remove trailing slash from gizmo base url config Issue-ID: AAI-1379 Change-Id: I9176e9e880c20c268e176d8120ea35a215c22919 Signed-off-by: da490c --- sparkybe-onap-application/config/spring-beans/sparky-gizmo.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sparkybe-onap-application/config/spring-beans/sparky-gizmo.xml b/sparkybe-onap-application/config/spring-beans/sparky-gizmo.xml index cc6031a..adf3507 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-gizmo.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-gizmo.xml @@ -23,8 +23,8 @@ - + value="/services/inventory/relationships/${gizmo.apiVersion:v12}" /> + \ No newline at end of file -- cgit 1.2.3-korg