diff options
author | Rob Daugherty <rd472p@att.com> | 2018-03-22 15:15:47 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-03-22 15:15:47 -0400 |
commit | 2f8f9ad1849694e7d9b03f8fa2a58678f02ebdf4 (patch) | |
tree | 1d1311ca3c26ac442eb58543055a669fd8a4375c /mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml | |
parent | 553a152a999b43611c44b2d678e549529c9c1002 (diff) |
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>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/jboss-web.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 8970c2ff44..984bfc6589 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>
|