Commit 7941b676 authored by Navoda Gunasekera's avatar Navoda Gunasekera

Update API function to the frontend

parent 3f8e4d07
...@@ -640,13 +640,13 @@ ...@@ -640,13 +640,13 @@
var data = { var data = {
"age" : age, "age" : age,
"count": count, "count": count,
"country":country, "country": country,
"disability":disability, "disability": disability,
"gender":gender, "gender": gender,
"religion":religion, "religion": religion,
"occupation":occupation, "occupation": occupation,
"withwhome":withwhome, "withwhome": withwhome,
"lineno":lineno "lineno": lineno
}; };
var formData = new FormData(); var formData = new FormData();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment