Commit 4d51d000 authored by Mihiranga G.L.V - IT18500790's avatar Mihiranga G.L.V - IT18500790

Merge branch 'IT18148282' into 'master'

Update API function to the frontend

See merge request !21
parents 866e854e 7941b676
...@@ -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