Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
2. Post - http://localhost:3032/movies - requires authorization(bearer) token
3. Delete - http://localhost:3032/movies/{id} - requires authorization(bearer) token
4. Patch - http://localhost:3032/movies/{id} - requires authorization(bearer) token and allows only score and popularity field changes.
5. Post - http://localhost:3032/auth/login
5. Post - http://localhost:3032/auth/login

Changes added