diff options
author | Yuli Shlosberg <ys9693@att.com> | 2017-11-26 19:05:23 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-11-27 08:49:27 +0000 |
commit | 0566f581c0f310384f42838c388f57234ed1d60e (patch) | |
tree | dd782da7ebd4ce591876865a564b9c1f65eb5e66 /catalog-be/src/main/webapp | |
parent | 4d8033eeb036943c05b3a5752b8f4cd4d705272f (diff) |
sync 1.1.0 to master
Change-Id: I6e040f039895dd2ced55f95824473946b226fb5d
Issue-ID: SDC-707
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'catalog-be/src/main/webapp')
-rw-r--r-- | catalog-be/src/main/webapp/WEB-INF/web.xml | 4 |
1 files 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 @@ <init-param> <param-name>swagger.api.basepath</param-name> - <param-value>http://localhost:8080/sdc2/rest</param-value> + <param-value>/sdc2/rest</param-value> </init-param> <init-param> @@ -129,7 +129,7 @@ <init-param> <param-name>swagger.api.basepath</param-name> <!-- Check if second param can be added --> - <param-value>http://localhost:8080/sdc</param-value> + <param-value>/sdc</param-value> </init-param> <init-param> |