Skip to content

Commit b8e4520

Browse files
authored
method definitions
1 parent 53bb1ac commit b8e4520

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ Expiration token: 300 sec
1010
| /api/notes/ | POST | Add new note |
1111
| /api/notes/:id | PUT | Update a note |
1212
| /api/notes/:id | DELETE | Delete a note |
13-
| ~~/api/setup~~ | GET | Creates a test user |
14-
| ~~/api/authenticate~~ | POST | Get authentication token |
13+
| /api/setup | GET | Creates a test user |
14+
| /api/authenticate | POST | Get authentication token |
15+
1516

16-
**Note:** JWT disabled for testing purposes <br/>
1717
**Example:** https://api-note.herokuapp.com/
18+
**Note:** JWT disabled for testing purposes<br/>
19+

0 commit comments

Comments
 (0)