Unverified Commit 2736b8e8 authored by Mahesh Maney R's avatar Mahesh Maney R Committed by GitHub
Browse files

Merge pull request #8 from UPHRH-platform/bugfix/header-fix

add two hasura endpoints in order to update parent and child code
No related merge requests found
Showing with 10 additions and 0 deletions
+10 -0
......@@ -383,6 +383,11 @@ const endpoints = [
route: "/api/rest/updateAssessorDeviceId",
requestBody: ["user_id", "device_id"],
},
{
method: "post",
route: "/api/rest/updateChildCode",
requestBody: ["form_id", "child_code"],
},
{
method: "put",
route: "/api/rest/updateForm",
......@@ -421,6 +426,11 @@ const endpoints = [
"form_id",
],
},
{
method: "post",
route: "/api/rest/updateParentCode",
requestBody: ["institute_id", "parent_code"],
},
{
method: "put",
route: "/api/rest/updatePaymentStatus",
......
Supports Markdown
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