Fix HTTP Method
This commit is contained in:
parent
d1ef58e5b6
commit
f6a4d76a57
|
@ -256,7 +256,7 @@ public class ProfiledDocuments {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@PUT
|
@DELETE
|
||||||
@Produces(MediaType.APPLICATION_JSON)
|
@Produces(MediaType.APPLICATION_JSON)
|
||||||
@Path("{"+InterfaceConstants.Methods.RELATIONSHIP+"}/{"+InterfaceConstants.Parameters.PROJECT_ID+"}" +
|
@Path("{"+InterfaceConstants.Methods.RELATIONSHIP+"}/{"+InterfaceConstants.Parameters.PROJECT_ID+"}" +
|
||||||
"/{"+InterfaceConstants.Parameters.RELATIONSHIP_ID+"}")
|
"/{"+InterfaceConstants.Parameters.RELATIONSHIP_ID+"}")
|
||||||
|
|
Loading…
Reference in New Issue