File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ This project was designed to:
8888## 📁 API Endpoints
8989
9090### Public Endpoints
91- | Método | Endpoint | Función |
91+ | Method | Endpoint | Function |
9292| --------| -------------------------| ---------|
9393| POST | ` /users ` | Create user and send verification email |
9494| GET | ` /users/verify/:code ` | Verify user email with code |
9595| POST | ` /users/login ` | Login with email & password |
9696
9797### Protected Endpoints
98- | Método | Endpoint | Función |
98+ | Method | Endpoint | Function |
9999| --------| ------------------| ---------|
100100| GET | ` /users/me ` | Return logged-in user |
101101| GET | ` /users ` | Return all users |
@@ -104,7 +104,7 @@ This project was designed to:
104104| DELETE | ` /users/:id ` | Delete user by id |
105105
106106### Optional Challenge: Password Reset
107- | Método | Endpoint | Función |
107+ | Method | Endpoint | Function |
108108| --------| --------------------------------| ---------|
109109| POST | ` /users/reset_password ` | Send reset code to user email |
110110| POST | ` /users/reset_password/:code ` | Reset password with code |
You can’t perform that action at this time.
0 commit comments