Skip to content

Commit

Permalink
fixed OTP route discovery error
Browse files Browse the repository at this point in the history
  • Loading branch information
L04DB4L4NC3R committed Apr 29, 2020
1 parent 1e65c85 commit fadaeb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/user/entrypoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ UsersRouter.get("/checkAuthentication", checkJwt, usersAuth.checkAuthentication)

UsersRouter.put("/subscribe", checkJwt, usersAuth.subscribe);
UsersRouter.put("/unsubscribe", checkJwt, usersAuth.unsubscribe);
UsersRouter.post("/verifyotp", checkJwt, usersAuth.verifyOTP);

// Request handlers
UsersRouter.post("/request", checkJwt, usersRequests.makeRequest);
Expand Down

0 comments on commit fadaeb2

Please sign in to comment.