From 847ee9e55b4ab93cda2fd028421e534a56ec51b1 Mon Sep 17 00:00:00 2001 From: Rchanger Date: Thu, 4 Feb 2021 21:23:24 +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 36af25edf57ce85d040cd11b78b464923126592f Mon Sep 17 00:00:00 2001 From: Rchanger Date: Thu, 4 Feb 2021 21:25:48 +0530 Subject: [PATCH 2/2] refactor changes