Skip to content

Commit

Permalink
Add routes to create bot responses and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
guillecro committed Feb 13, 2025
1 parent aab4307 commit 55b78e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion routes/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ router.get('/create-challenges', TestController.createChallenges)

router.get('/create-blog-entries', TestController.createBlogEntries)

router.get('/create-bot-responses', TestController.createBotResponses)

router.get('/create-resources', TestController.createResorces)

router.post('/file-test',
uploader.single('file'),
TestController.fileTest
)


module.exports = router;

0 comments on commit 55b78e0

Please sign in to comment.