Unverified Commit ce244f31 authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

adding endpoint for findForms

parent bfd64d73
No related merge requests found
Showing with 5 additions and 2 deletions
+5 -2
...@@ -681,8 +681,11 @@ const endpoints = [ ...@@ -681,8 +681,11 @@ const endpoints = [
method: "put", method: "put",
route: "/api/rest/assessorUpdateForm", route: "/api/rest/assessorUpdateForm",
requestBody: ["form_id", "form_status"], requestBody: ["form_id", "form_status"],
}, },{
method: "get",
route: "/api/rest/findForms",
requestBody: ["param"],
}
]; ];
export default endpoints; export default endpoints;
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