Skip to content

Commit

Permalink
docs(auth): add API documentation for forget and reset password
Browse files Browse the repository at this point in the history
  • Loading branch information
bammietop03 committed Jul 24, 2024
1 parent 20596ea commit 8297fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/AuthController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const login = async (req: Request, res: Response, next: NextFunction) => {
* description: The message indicating the result of the request.
* example: Password reset link sent to your email.
* 400:
* description: Bad request.
* description: Bad request
* 500:
* description: Internal server error.
*/
Expand Down

0 comments on commit 8297fc5

Please sign in to comment.