From a9aeb6c4091aba8b4a2a6e1dbdbc7dfe6ce4f278 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Tue, 31 May 2022 15:16:00 -0300 Subject: [PATCH] Changed user from GET request to POST request --- README.md | 2 +- public/index.html | 2 +- src/routes/user.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 247b9cc..b0fbfb4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Base URL: [https://open-react-blog-api.herokuapp.com](https://open-react-blog-ap - `/user` - Get determinated user data Details: - - **GET Request** + - **POST Request** - Request's Body: ```json { diff --git a/public/index.html b/public/index.html index 79829aa..782e5d1 100644 --- a/public/index.html +++ b/public/index.html @@ -23,7 +23,7 @@ /user - Get determinated user data

Details: