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 +}