From 7cb0f890e1476ed6fe3832b2c422337864fb62a2 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Sun, 7 Jan 2018 19:06:47 +0200 Subject: [PATCH] Fix swagger basepath Change-Id: I59263971e1c46096663322ecb2937a79c084cf10 Issue-ID: SDC-534 Signed-off-by: Tal Gitelman --- catalog-be/src/main/webapp/WEB-INF/web.xml | 4 ++-- sdc-os-chef/environments/Template.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml index d68817f39d..70f5ff229c 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 - :8080/sdc2/rest + /sdc2/rest @@ -129,7 +129,7 @@ swagger.api.basepath - :8080/sdc + /sdc diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index fd3b683058..6052d6806e 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -8,7 +8,7 @@ "chef_type": "environment", "default_attributes": { - "disableHttp": false, + "disableHttp": false, "CS_VIP": "yyy", "BE_VIP": "yyy", "FE_VIP": "yyy", -- 2.16.6