Skip to content

Commit

Permalink
Fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
georgipavlov-7DIGIT committed Feb 13, 2024
1 parent 8cb1ff1 commit 7ea047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/routes/v1/authRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ router.post("/validate-platform-password", async (req, res, next) => {

router.route("/logout").post(securedRoute, async (req, res, next) => {
/**
* #route POST /user/v1/user/logout
* #route POST /user/v1/auth/logout
* #desc Logout user
*/
const country = req.header("x-country-alpha-2");
Expand Down

0 comments on commit 7ea047e

Please sign in to comment.