From ee709e790d5866b3f5d5ef70b015729c522e63a6 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 12 Feb 2019 23:15:19 +0100 Subject: finally finished implementing the updateCenterOfMass handler and because that was so much fun, I also implemented the genForestTreeHandler ... --- insertdouble.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'insertdouble.sh') diff --git a/insertdouble.sh b/insertdouble.sh index 0d31f96..843950f 100755 --- a/insertdouble.sh +++ b/insertdouble.sh @@ -2,8 +2,8 @@ curl -X POST http://localhost:8081/deleteStars curl -X POST http://localhost:8081/deleteNodes curl -X POST --data "w=1000" http://localhost:8081/new -curl -X POST --data "x=300&y=300&vx=0.1&vy=0.3&m=100&index=1" http://localhost:8081/insertStar -curl -X POST --data "x=200&y=200&vx=0.1&vy=0.3&m=100&index=1" http://localhost:8081/insertStar -curl -X POST --data "x=400&y=400&vx=0.1&vy=0.3&m=100&index=1" http://localhost:8081/insertStar +curl -X POST --data "x=300&y=300&vx=0.1&vy=0.3&m=1&index=1" http://localhost:8081/insertStar +curl -X POST --data "x=200&y=200&vx=0.1&vy=0.3&m=2&index=1" http://localhost:8081/insertStar +curl -X POST --data "x=400&y=400&vx=0.1&vy=0.3&m=4&index=1" http://localhost:8081/insertStar curl -X GET http://localhost:8081/starlist/go curl -X GET http://localhost:8081/starlist/csv -- cgit 1.4.1