X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=blobdiff_plain;f=esr-mgr%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2Fresource%2FVnfmManager.java;h=e088fda4abe111ea16de59f16daaa7e9304c396c;hp=670bfb2f4e621e91b663fd088b011bd4bba275fe;hb=2c0e80cac349b7364d5b2b1f0b9650a4cd95ca18;hpb=31613a6b0099d38a8006ef0426e8e9fcaf046256 diff --git a/esr-mgr/src/main/java/org/onap/aai/esr/resource/VnfmManager.java b/esr-mgr/src/main/java/org/onap/aai/esr/resource/VnfmManager.java index 670bfb2..e088fda 100644 --- a/esr-mgr/src/main/java/org/onap/aai/esr/resource/VnfmManager.java +++ b/esr-mgr/src/main/java/org/onap/aai/esr/resource/VnfmManager.java @@ -48,7 +48,6 @@ public class VnfmManager { /** * query all vnfm. */ - @Path("") @GET @ApiOperation(value = "get all vnfm ") @Produces(MediaType.APPLICATION_JSON) @@ -130,7 +129,6 @@ public class VnfmManager { * add vnfm . */ @POST - @Path("") @Consumes(MediaType.APPLICATION_JSON) @Produces({MediaType.TEXT_PLAIN, MediaType.APPLICATION_JSON}) @ApiOperation(value = "create a vnfm")