diff --git a/api/http/test.http b/api/http/test.http index 287d50c..6af1fc7 100644 --- a/api/http/test.http +++ b/api/http/test.http @@ -23,4 +23,9 @@ Authorization: Bearer {{token}} "Test", "Dev" ] -} \ No newline at end of file +} + +### Create a note +GET http://localhost:8081/notes/babar +Content-Type: application/json +Authorization: Bearer {{token}}