diff options
Diffstat (limited to 'lifecycle-test/src/webapp/WEB-INF/web.xml')
-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 a41a5f2..77530b5 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/lifecycletest/*</url-pattern> + <url-pattern>/openoapi/vnfsdk-lifecycletest/*</url-pattern> </servlet-mapping> <context-param> |