diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2017-09-21 06:32:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-21 06:32:42 +0000 |
commit | a19cbb1d4bd74dd74149c058f4959941bc18e46e (patch) | |
tree | 36d5f0c4b0772b40115182f35a0317d1e4518b51 | |
parent | ca93170818361ac6441b68c449cf9e81d525e7d0 (diff) | |
parent | 0df37ac0a9c648527f3a93f4f9ee58128cd4ae05 (diff) |
Merge "mapping E2EService urls"
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml index cd4a560ad1..b8ce1a6321 100644 --- a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml +++ b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml @@ -85,6 +85,7 @@ <url-pattern>/properties/*</url-pattern>
<url-pattern>/api-docs/*</url-pattern>
<url-pattern>/tasks/*</url-pattern>
+ <url-pattern>/e2eServiceInstances/*</url-pattern>
</servlet-mapping>
<!-- To be replaced by AAF in the future, when Camunda scripts replacing the BPEL scripts completely -->
|