Open prasa18 opened 1 year ago
public Response list(){ JSONObject json = new JSONObject(infoService.listEnvironment()); return Response.status(HttpStatus.SC_OK).entity(json.toString()).build(); }
What's the error? Can you provide a stack trace?
public Response list(){ JSONObject json = new JSONObject(infoService.listEnvironment()); return Response.status(HttpStatus.SC_OK).entity(json.toString()).build(); }