From 7f0aa11fb23e8e092a2b8a801c585882198ba0f5 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Wed, 25 Oct 2017 14:28:41 +0300 Subject: [PATCH] Fix swagger basepath Change-Id: I83ced6da0c8f88a08b11089271eafde32dba25b7 Issue-ID:SDC-534 Signed-off-by: Tal Gitelman --- catalog-be/src/main/webapp/WEB-INF/web.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml index 16c6fd6756..5ed38e6bc1 100644 --- a/catalog-be/src/main/webapp/WEB-INF/web.xml +++ b/catalog-be/src/main/webapp/WEB-INF/web.xml @@ -95,7 +95,7 @@ swagger.api.basepath - http://localhost:8080/sdc2/rest + /sdc2/rest @@ -129,7 +129,7 @@ swagger.api.basepath - http://localhost:8080/sdc + /sdc -- 2.16.6