From ff6c0a8b25fe6733d26917cdbc7f9951b85854eb Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 19 May 2023 10:53:24 +0200 Subject: [PATCH] Fixed REST API --- .../java/org/gcube/common/software/service/rest/Software.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/gcube/common/software/service/rest/Software.java b/src/main/java/org/gcube/common/software/service/rest/Software.java index 875309b..baa76ad 100644 --- a/src/main/java/org/gcube/common/software/service/rest/Software.java +++ b/src/main/java/org/gcube/common/software/service/rest/Software.java @@ -35,7 +35,6 @@ public class Software { @POST @Consumes(APPLICATION_JSON_CHARSET_UTF_8) - @Produces(APPLICATION_JSON_CHARSET_UTF_8) @StatusCodes ({ @ResponseCode ( code = 202, condition = "The provided json is formally correct.") })