From: Tal Gitelman Date: Wed, 25 Oct 2017 11:28:41 +0000 (+0300) Subject: Fix swagger basepath X-Git-Tag: 1.0.0-Amsterdam~53 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7f0aa11fb23e8e092a2b8a801c585882198ba0f5;p=sdc.git Fix swagger basepath Change-Id: I83ced6da0c8f88a08b11089271eafde32dba25b7 Issue-ID:SDC-534 Signed-off-by: Tal Gitelman --- 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