vega update
Deploy Node App / deploy (push) Successful in 8s

This commit is contained in:
Gitea
2026-06-01 13:02:44 +05:30
parent 1184fbab2b
commit de54bd6490
2 changed files with 352 additions and 275 deletions
+1 -1
View File
@@ -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);