Unverified Commit 3f765c0c authored by Mahesh Maney R's avatar Mahesh Maney R Committed by GitHub
Browse files

Merge pull request #18 from arun1205/main

added getOGAFormsCountByRoundAndFormStatus
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -514,6 +514,11 @@ const endpoints = [
method: "post",
route: "/api/rest/getInProgressSubmissionCount",
requestBody: ["round"]
},
{
method: "post",
route: "/api/rest/getOGAFormsCountByRoundAndFormStatus",
requestBody: ["round","formStatus"]
}
......
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