Unverified Commit 1ed1cca8 authored by Mahesh Maney R's avatar Mahesh Maney R Committed by GitHub
Browse files

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

add hasura endpoint to search NOC
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -351,6 +351,11 @@ const endpoints = [
route: "/api/rest/searchForms",
requestBody: ["offsetNo", "limit", "searchString", "formStatus"],
},
{
method: "post",
route: "/api/rest/searchNOC",
requestBody: ["searchString", "round"],
},
{
method: "post",
route: "/api/rest/searchOGA",
......
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