This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
fullstack-open/part4/bloglist/requests/login.rest
Andrew Trieu a9b6ade2f4 Upload 4.23
2023-06-10 15:11:13 +03:00

7 lines
126 B
ReStructuredText

POST http://localhost:3001/api/login
content-type: application/json
{
"username": "andyyyyy",
"password": "123456"
}