Upload 4.2

This commit is contained in:
Andrew Trieu
2023-05-31 13:09:58 +03:00
parent 5d671077f7
commit 15043bbd4b
14 changed files with 2491 additions and 0 deletions

View File

@@ -0,0 +1 @@
GET http://localhost:3001/api/blogs

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