From 2a44a1341b0a28d6873bfe65e9fda7dd3abbccc2 Mon Sep 17 00:00:00 2001 From: Jason Calabrese Date: Sun, 31 Aug 2014 23:40:12 -0700 Subject: [PATCH] removed debug url --- bin/post-devicestatus.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/post-devicestatus.sh b/bin/post-devicestatus.sh index 058fffec..e53c0782 100755 --- a/bin/post-devicestatus.sh +++ b/bin/post-devicestatus.sh @@ -1,6 +1,5 @@ #!/bin/sh -#curl -H "Content-Type: application/json" -XPOST 'http://localhost:1337/api/v1/devicestatus/' -d '{ -curl -H "Content-Type: application/json" -XPOST 'http://ns-dev2.cbrese.com/api/v1/devicestatus/' -d '{ +curl -H "Content-Type: application/json" -XPOST 'http://localhost:1337/api/v1/devicestatus/' -d '{ "uploaderBattery": 55 }'