diff options
author | luxin <luxin7@huawei.com> | 2017-04-22 15:00:39 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2017-04-22 15:00:39 +0800 |
commit | 295e472763d46520ad266aecc8782ecc2d7f26a4 (patch) | |
tree | 16e726dad209c5bbc82a4689dabb2c13b2b397f4 /lifecycle-test/src | |
parent | 7b63090190459364e2c4be3edf49ebb6256f6dab (diff) |
fix vnf-sdk-lc-test config
VNFSDK-79
Change-Id: I6c7e5e4d6d2b09c5efd274b7b46549709bc522fe
Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'lifecycle-test/src')
-rw-r--r-- | lifecycle-test/src/webapp/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lifecycle-test/src/webapp/WEB-INF/web.xml b/lifecycle-test/src/webapp/WEB-INF/web.xml index c814c9c..a41a5f2 100644 --- a/lifecycle-test/src/webapp/WEB-INF/web.xml +++ b/lifecycle-test/src/webapp/WEB-INF/web.xml @@ -29,7 +29,7 @@ </servlet> <servlet-mapping> <servlet-name>CXFServlet</servlet-name> - <url-pattern>/openoapi/vnfsdk/*</url-pattern> + <url-pattern>/openoapi/lifecycletest/*</url-pattern> </servlet-mapping> <context-param> |