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

Merge pull request #11 from arun1205/main

added getFormSubmissionsByApplicantIdFormStatus
No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
......@@ -471,7 +471,13 @@ const endpoints = [
method: "post",
route: "/api/rest/filterRegulatorByRole",
requestBody: ["offsetNo", "limit", "role"],
},
{
method: "post",
route: "/api/rest/getFormSubmissionsByCourseIdApplicantIdFormStatus",
requestBody: ["course_id", "applicant_id","form_status"]
}
];
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