From f71d4a4fced6cf3b5eb9aa62ddfdc2cf2a617d02 Mon Sep 17 00:00:00 2001 From: morteza-mortezai <75200938+morteza-mortezai@users.noreply.github.com> Date: Fri, 9 Jun 2023 14:13:17 +0330 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4d2ebd5..438058e 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,11 @@ Infrastructure layer is where controller and other services are there . ## endpoints post: localhost:3001/api/users + get: localhost:3001/api/user/:id + get : localhost:3000/api/user/:id/avatar + delete : localhost:3000/api/user/:id/avatar ## Installation