We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bb1ac commit b8e4520Copy full SHA for b8e4520
1 file changed
README.md
@@ -10,8 +10,10 @@ Expiration token: 300 sec
10
| /api/notes/ | POST | Add new note |
11
| /api/notes/:id | PUT | Update a note |
12
| /api/notes/:id | DELETE | Delete a note |
13
-| ~~/api/setup~~ | GET | Creates a test user |
14
-| ~~/api/authenticate~~ | POST | Get authentication token |
+| /api/setup | GET | Creates a test user |
+| /api/authenticate | POST | Get authentication token |
15
+
16
- **Note:** JWT disabled for testing purposes <br/>
17
**Example:** https://api-note.herokuapp.com/
18
+ **Note:** JWT disabled for testing purposes<br/>
19
0 commit comments