commit | 2f8f9ad1849694e7d9b03f8fa2a58678f02ebdf4 | [log] [tgz] |
---|---|---|
author | Rob Daugherty <rd472p@att.com> | Thu Mar 22 15:15:47 2018 -0400 |
committer | Rob Daugherty <rd472p@att.com> | Thu Mar 22 15:15:47 2018 -0400 |
tree | 1d1311ca3c26ac442eb58543055a669fd8a4375c | |
parent | 553a152a999b43611c44b2d678e549529c9c1002 [diff] [blame] |
Change API-H service path back to ecomp/mso/infra This was documented in the API we committed to at M3. Change-Id: I04963c540a8d14bc93536bb0d5eca59912c8af89 Issue-ID: SO-488 Signed-off-by: Rob Daugherty <rd472p@att.com>
diff --git a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml index 8970c2f..984bfc6 100644 --- a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml +++ b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <jboss-web> - <context-root>onap/so/infra</context-root> + <context-root>ecomp/mso/infra</context-root> <security-domain>other</security-domain> -</jboss-web> \ No newline at end of file +</jboss-web>