+1
-1
@@ -5,7 +5,7 @@ const authMiddleware = require('../middleware/authMiddleware.js');
|
||||
const handleOrchestration = require('../controller/handleOrchestration.js');
|
||||
|
||||
router.post('/loginUser', loginUser.loginUser);
|
||||
router.post('/handleOrchestration', authMiddleware, handleOrchestration.handleOrchestration);
|
||||
// router.post('/handleOrchestration', authMiddleware, handleOrchestration.handleOrchestration);
|
||||
router.post('/ask', handleOrchestration.ask);
|
||||
router.get('/suggestions', handleOrchestration.suggestions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user