From 31bfc070ceb907f791c0e17ddad92525cd878565 Mon Sep 17 00:00:00 2001 From: Shishir Suman <74050813+shishirsuman092@users.noreply.github.com> Date: Mon, 8 Jan 2024 07:32:04 +0530 Subject: [PATCH] changes for updating API method --- endpoints/endpoints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/endpoints.js b/endpoints/endpoints.js index d771978..5b449e0 100644 --- a/endpoints/endpoints.js +++ b/endpoints/endpoints.js @@ -687,7 +687,7 @@ const endpoints = [ route: "/api/rest/assessorUpdateForm", requestBody: ["form_id", "form_status"], },{ - method: "get", + method: "post", route: "/api/rest/findForms", requestBody: ["param"], } -- GitLab