From 619eacafc827ca22c92280d504f2871c2dd384fc Mon Sep 17 00:00:00 2001 From: Edwards Yan <117830579+Frompaje@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:35:33 -0300 Subject: [PATCH] Update openapi/main.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alvaro GuimarĂ£es <62889807+alvarogfn@users.noreply.github.com> --- openapi/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/main.yaml b/openapi/main.yaml index 7f34648..6543779 100644 --- a/openapi/main.yaml +++ b/openapi/main.yaml @@ -11,5 +11,5 @@ tags: - name: user description: Operations about user paths: - /api/users: + /users: $ref: './features/user/user-create-path.yaml'