added custom cvs upload and premade targets

This commit is contained in:
ori agranat
2020-01-13 21:48:24 +02:00
parent 709752249d
commit c46d4e04b0
3 changed files with 51 additions and 17 deletions

View File

@@ -176,7 +176,6 @@ public class RequestHandler {
}
public static void onPnpModel(Context ctx) throws JsonProcessingException {
System.out.println(ctx.body());
ObjectMapper objectMapper = kObjectMapper;
List points = objectMapper.readValue(ctx.body(), List.class);
System.out.println(points);