fetchhistory changes
Deploy Node App / deploy (push) Successful in 8s

This commit is contained in:
Gitea
2026-06-03 12:42:23 +05:30
parent 6c834f345f
commit b9041f1818
+1 -1
View File
@@ -16,7 +16,7 @@ router.get('/getResponseDetails', handleOrchestration.getResponseDetails);
//***********************************fetchHistory**************************************************** //***********************************fetchHistory****************************************************
router.get('/fetchHistory', authMiddleware, fetchHistory.fetchHistory); router.post('/fetchHistory', authMiddleware, fetchHistory.fetchHistory);
router.get('/fetchUserHistory', authMiddleware, fetchHistory.fetchUserHistory); router.get('/fetchUserHistory', authMiddleware, fetchHistory.fetchUserHistory);
module.exports = router; module.exports = router;