Skip to content

Commit

Permalink
fix(users): remove deprecated route using a no-longer existing handler
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs committed Nov 23, 2023
1 parent 2d3b543 commit b012111
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/server/routes/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,13 +558,6 @@ UsersRouter.prototype._definitions = function () {
this.getLimiter(limiter(5)),
this.confirmDestroyUser,
],
[
'GET',
'/users/isactivated',
this.getLimiter(limiter(5000)),
rawbody,
this.isActivated,
],
[
'GET',
'/deactivationStripe/:token',
Expand Down

0 comments on commit b012111

Please sign in to comment.