Revert to c1b2988eb0 (Merge branch 'hotfix/0.3.5')

This commit is contained in:
Jason Calabrese
2014-08-24 22:22:55 -07:00
parent 6df1e40460
commit 1cc9c6127c
35 changed files with 171 additions and 873 deletions
-11
View File
@@ -1,11 +0,0 @@
#!/bin/sh
curl -H "Content-Type: application/json" -XPOST 'http://localhost:1337/api/v1/treatments/' -d '{
"enteredBy": "Dad",
"eventType":"Site Change",
"glucoseValue": 322,
"glucoseType": "sensor",
"carbsGiven": 0,
"insulinGiven": 1.25,
"notes": "Argh..."
}'