From 8647c98146279ccad8a74224fe130e18dc95e6dc Mon Sep 17 00:00:00 2001 From: Edson Salvatore Date: Mon, 4 May 2026 18:41:54 -0500 Subject: [PATCH] docs: atualiza README com URL correta do gitea e rotas detalhadas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2816cd..727ae6a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Para rodar este microsserviço localmente, você precisará ter instalado em sua **1. Clone o repositório do Gitea:** ```bash -git clone +git clone https://git.juancjc.com.br/Salvatore/wishlist-service.git cd wishlist-service ```