+1
-1
@@ -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;
|
||||
Reference in New Issue
Block a user