Fix HTTP Method

This commit is contained in:
Fabio Sinibaldi 2022-05-10 18:05:13 +02:00
parent d1ef58e5b6
commit f6a4d76a57
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ public class ProfiledDocuments {
}
@PUT
@DELETE
@Produces(MediaType.APPLICATION_JSON)
@Path("{"+InterfaceConstants.Methods.RELATIONSHIP+"}/{"+InterfaceConstants.Parameters.PROJECT_ID+"}" +
"/{"+InterfaceConstants.Parameters.RELATIONSHIP_ID+"}")