Fix lcm url wrong. 47/20347/1
authorLuji7 <lu.ji3@zte.com.cn>
Tue, 24 Oct 2017 12:00:07 +0000 (20:00 +0800)
committerLuji7 <lu.ji3@zte.com.cn>
Tue, 24 Oct 2017 12:00:11 +0000 (20:00 +0800)
Change-Id: I3f2776ed1d82a712ba378e16381feaa98a621730
Issue-id: USECASEUI-53
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
server/src/main/java/org/onap/usecaseui/server/controller/lcm/ServiceLcmController.java

index 2ef1c54..9e6a690 100644 (file)
@@ -46,7 +46,7 @@ public class ServiceLcmController {
     }
 
     @ResponseBody
-    @RequestMapping(value = {"/uui-lcm/services/"}, method = RequestMethod.POST , produces = "application/json")
+    @RequestMapping(value = {"/uui-lcm/services"}, method = RequestMethod.POST , produces = "application/json")
     public ServiceOperation instantiateService(HttpServletRequest request){
         return serviceLcmService.instantiateService(request);
     }