Skip to content

Commit 0c2f6fb

Browse files
authored
Update README.md
1 parent 1291673 commit 0c2f6fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ Authentication : JWT
2525
5. Load "localhost:3000" in web browser/postman
2626

2727
**API Endpoints
28-
*Users
28+
29+
**Users
2930
```
3031
get: /users
3132
login: users/login
3233
signup: /users/signup
3334
delete: /users/:userID
3435
```
35-
*To-do's (auth required)
36+
**To-do's (auth required)
3637
```
3738
get: /tasks
3839
post: /tasks

0 commit comments

Comments
 (0)