Upload 4.2
This commit is contained in:
7
part4/bloglist/requests/post_blog.rest
Normal file
7
part4/bloglist/requests/post_blog.rest
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://localhost:3001/api/blogs
|
||||
content-type: application/json
|
||||
|
||||
{
|
||||
"title": "Another blog", "author": "Andrew", "url": "www.andrew.eu", "likes": 1000
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user