aboutsummaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rw-r--r--mobile/screens/Form1.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile/screens/Form1.js b/mobile/screens/Form1.js
index 8e946fc..9aa20c0 100644
--- a/mobile/screens/Form1.js
+++ b/mobile/screens/Form1.js
@@ -94,6 +94,7 @@ export default class Form1 extends Component {
'Content-Type': 'application/json',
},
body: JSON.stringify({
+ type : "Point",
coordinates : coordinates,
gender : values.gender,
age : values.age,