Upload 4.12
This commit is contained in:
1
part4/bloglist/requests/delete_blog.rest
Normal file
1
part4/bloglist/requests/delete_blog.rest
Normal file
@@ -0,0 +1 @@
|
||||
DELETE http://localhost:3001/api/blogs/64778b41a8f175e16455b293
|
||||
1
part4/bloglist/requests/get_by_id.rest
Normal file
1
part4/bloglist/requests/get_by_id.rest
Normal file
@@ -0,0 +1 @@
|
||||
GET http://localhost:3001/api/blogs/647788bc1d350a17ba599541
|
||||
@@ -2,6 +2,6 @@ POST http://localhost:3001/api/blogs
|
||||
content-type: application/json
|
||||
|
||||
{
|
||||
"title": "Another blog", "author": "Andrew", "url": "www.andrew.eu", "likes": 1000
|
||||
"title": "Last blog", "author": "Andrew", "url": "www.andrew.eu", "likes": 1000
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user