Skip to content

Commit 0a1553e

Browse files
authored
Update API endpoint table headers to English
1 parent b89b28d commit 0a1553e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)