Skip to content

Commit

Permalink
deleted tests and unused routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-Rakshit committed Jun 23, 2024
1 parent 1e845ba commit d636424
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
7 changes: 0 additions & 7 deletions src/routes/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ const chessVerificationSchema = Joi.object({
chessUsername: Joi.string().required(),
});

router.post(
'/chess-verify',
passport.authenticate('jwt', { session: false }), // Ensure user is authenticated
validateRequest(chessVerificationSchema),
authController.initiateChessVerification
);

router.post(
'/chess-verify/confirm',
passport.authenticate('jwt', { session: false }), // Ensure user is authenticated
Expand Down
39 changes: 0 additions & 39 deletions test/auth.test.ts

This file was deleted.

0 comments on commit d636424

Please sign in to comment.