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

Update endpoints.js

No related merge requests found
Showing with 5 additions and 1 deletion
+5 -1
......@@ -529,9 +529,13 @@ const endpoints = [
method: "put",
route: "/api/rest/regulator/deactivate",
requestBody: ["requlatorId"],
},
{
method: "post",
route: "/api/rest/applicant/application/status",
requestBody: ["applicant_id", "noc_present", "round"],
}
];
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