We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379f387 commit 0d4fab0Copy full SHA for 0d4fab0
routes/api/hacker.js
@@ -315,11 +315,6 @@ module.exports = {
315
* @apiPermission Administrator
316
*/
317
hackerRouter.route("/assignReviewers").post(
318
- // console.log("sup"),
319
- (req, res, next) => {
320
- console.log('🔥 HIT THE ROUTE!');
321
- next();
322
- },
323
// Middleware.Validator.RouteParam.idValidator,
324
// Middleware.Auth.ensureAuthenticated(),
325
// Middleware.Auth.ensureAuthorized([Services.Hacker.findById]),
0 commit comments