vega changes
Deploy Node App / deploy (push) Successful in 11s

This commit is contained in:
Gitea
2026-06-01 11:15:38 +05:30
parent df8de787c0
commit 1184fbab2b
6 changed files with 2649 additions and 118 deletions
+2
View File
@@ -6,5 +6,7 @@ const handleOrchestration = require('../controller/handleOrchestration.js');
router.post('/loginUser', loginUser.loginUser);
router.post('/handleOrchestration', authMiddleware, handleOrchestration.handleOrchestration);
router.post('/ask', handleOrchestration.ask);
router.get('/suggestions', handleOrchestration.suggestions);
module.exports = router;