Fixed REST API

This commit is contained in:
Luca Frosini 2023-05-19 10:53:24 +02:00
parent 1902da7541
commit ff6c0a8b25
1 changed files with 0 additions and 1 deletions

View File

@ -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.")
})