From 2c646e6def54261d3fafe232c158c5c8c3a6dea2 Mon Sep 17 00:00:00 2001 From: Rchanger Date: Thu, 4 Feb 2021 17:07:40 +0530 Subject: [PATCH 1/2] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28102ce..f369010 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +5. Post - http://localhost:3032/auth/login + +Changes added From 8da2390d5889e1bbcabafceba0e4e1621585ae26 Mon Sep 17 00:00:00 2001 From: Rchanger Date: Thu, 4 Feb 2021 17:11:51 +0530 Subject: [PATCH 2/2] ui-commit