From 6d41a091051a6e9cbfa0a940484b27cb0c4c5491 Mon Sep 17 00:00:00 2001 From: Yan Matheus Date: Tue, 25 Oct 2022 22:10:06 -0300 Subject: [PATCH] =?UTF-8?q?READ=20ME=20PLS=20MAN=20=F0=9F=A5=B2?= =?UTF-8?q?=F0=9F=A5=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a4f5677..526ae7c 100644 --- a/README.md +++ b/README.md @@ -54,31 +54,31 @@ La Boleria is a back-end application, an REST API FULL. ### User Sign Up ``` -https:/projeto16-shortly.vercel.app/ +https://boleria.herokuapp.com POST /cakes ``` ``` -https:/projeto16-shortly.vercel.app/ +https://boleria.herokuapp.com POST /clients ``` ``` -https:/projeto16-shortly.vercel.app/ +https://boleria.herokuapp.com POST /order ``` ``` -https:/projeto16-shortly.vercel.app/ +https://boleria.herokuapp.com GET /orders ``` ``` -https:/projeto16-shortly.vercel.app/ +https://boleria.herokuapp.com GET /orders/:id ``` ``` -https:/projeto16-shortly.vercel.app/ +https://boleria.herokuapp.com GET /clients/:id/orders ``` ``` -https:/projeto16-shortly.vercel.app/ +https://boleria.herokuapp.com PATCH /order/:id ```