From 2a8bf8a36fe2f579b29efbb507207059a17ff309 Mon Sep 17 00:00:00 2001 From: ichiyouda <95156295+ichiyouda@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:28:16 +0800 Subject: [PATCH] Update create_note.rest there is no "" outside of application/json --- requests/create_note.rest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/create_note.rest b/requests/create_note.rest index eb90a01..35811e4 100644 --- a/requests/create_note.rest +++ b/requests/create_note.rest @@ -1,7 +1,7 @@ POST http://localhost:3001/api/notes -Content-Type: "application/json" +Content-Type: application/json { "content": "Postgres checks validity of saved data", "important": false -} \ No newline at end of file +}