From b9041f181829a4d37d86af31e6666e9806a824df Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 3 Jun 2026 12:42:23 +0530 Subject: [PATCH] fetchhistory changes --- route/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/route.js b/route/route.js index 2dd46ba..5dd59b9 100644 --- a/route/route.js +++ b/route/route.js @@ -16,7 +16,7 @@ router.get('/getResponseDetails', handleOrchestration.getResponseDetails); //***********************************fetchHistory**************************************************** -router.get('/fetchHistory', authMiddleware, fetchHistory.fetchHistory); +router.post('/fetchHistory', authMiddleware, fetchHistory.fetchHistory); router.get('/fetchUserHistory', authMiddleware, fetchHistory.fetchUserHistory); module.exports = router; \ No newline at end of file