We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46188a commit 9f81e93Copy full SHA for 9f81e93
routes/challenges.js
@@ -33,7 +33,6 @@ const challengesController = require('../controllers/challengeController')
33
* schema:
34
* $ref: '#/components/schemas/challenges'
35
*/
36
-
37
router
38
.route('/')
39
.get(authenticate, challengesController.sendChallengeResponse)
@@ -61,7 +60,6 @@ router
61
60
* description : not able to suscribed to challenge
62
*
63
64
65
router.post('/subscribe', authenticate, challengesController.subscribeToChallenge)
66
67
module.exports = router
0 commit comments