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

Merge pull request #13 from arun1205/main

filterFormSubmissionsByRound added
No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
......@@ -481,8 +481,14 @@ const endpoints = [
method: "post",
route: "/api/rest/getFormSubmissionCountByStatus",
requestBody: ["formStatus","offsetNo", "limit"]
},
{
method: "post",
route: "/api/rest/filterFormSubmissionsByRound",
requestBody: ["round","offsetNo","limit"]
}
];
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