From e064124e722e5b5428aecec0e8a78eb684e19d82 Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Mon, 20 Apr 2020 00:12:21 +0200 Subject: [PATCH] Update tests --- api/http/test.http | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}}