Unverified Commit 6f5ef37b authored by Mahesh Maney R's avatar Mahesh Maney R Committed by GitHub
Browse files

Merge pull request #17 from arun1205/main

addede commas
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -496,19 +496,19 @@ const endpoints = [
method: "post",
route: "/api/rest/filterSubmittedFormByRound",
requestBody: ["param","offsetNo","limit"]
}
},
{
method: "post",
route: "/api/rest/getApprovedSubmissionCount",
requestBody: ["round"]
}
},
{
method: "post",
route: "/api/rest/getRejectedSubmissionsCount",
requestBody: ["round"]
}
},
{
method: "post",
......
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