From 65d44c92c1b8e2fc5c3a2c27390c77b3e991b9b7 Mon Sep 17 00:00:00 2001 From: Rchanger Date: Mon, 8 Feb 2021 17:09:18 +0000 Subject: [PATCH] Demo commit --- 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