From 2f4aa43f7888366e677d6b7059da77beb0ed17c6 Mon Sep 17 00:00:00 2001 From: alanBonnet <84151943+alanBonnet@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:12:56 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4081fbc..4344112 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,10 @@ npm start } ``` --- +> ## HTTP: **GET** *(SOLO ROL DE ADMIN)*: [http://localhost:3000/users](http://localhost:3000/user) +> * Sirve para ver la informaciĆ³n de todas las cuentas. +--- +--- > ## HTTP: **GET**: [http://localhost:3000/user](http://localhost:3000/user) > * Sirve para ver la informaciĆ³n de tu cuenta. ---